Unverified Commit b9bb8bbb by 2xsec

string_utils: coding rules

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent 5f76b90f
......@@ -774,7 +774,7 @@ char *must_concat(const char *first, ...)
}
va_end(args);
dest[cur_len] = 0;
dest[cur_len] = '\0';
return dest;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment