ntfs_fuse_getxattr_windows(): separate stream names by '\0' (Daniel Borca)

master
szaka 2007-11-04 11:27:29 +00:00
parent ac25bd2295
commit 5d268c9a17
1 changed files with 1 additions and 1 deletions

View File

@ -1372,7 +1372,7 @@ static int ntfs_fuse_getxattr_windows(const char *path, const char *name,
if ((size_t)ret <= size) {
/* Don't add space to the beginning of line. */
if (to != value) {
*to = ' ';
*to = '\0';
to++;
}
strncpy(to, tmp_name, tmp_name_len);