mirror of
git://github.com/lxc/lxc
synced 2025-08-31 20:57:02 +00:00
string_utils: coding rules
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
This commit is contained in:
@@ -774,7 +774,7 @@ char *must_concat(const char *first, ...)
|
||||
}
|
||||
va_end(args);
|
||||
|
||||
dest[cur_len] = 0;
|
||||
dest[cur_len] = '\0';
|
||||
return dest;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user