diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-01-04 16:03:48 +0000 |
commit | 78c388aed2b7184182c08428db1de6c872d815f5 (patch) | |
tree | 4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /fs/umsdos/mangle.c | |
parent | eb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff) |
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'fs/umsdos/mangle.c')
-rw-r--r-- | fs/umsdos/mangle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/umsdos/mangle.c b/fs/umsdos/mangle.c index c7f12722f..98a5c25ab 100644 --- a/fs/umsdos/mangle.c +++ b/fs/umsdos/mangle.c @@ -411,6 +411,7 @@ int umsdos_parse ( /* Why not use info->fake.len everywhere? Is it longer? */ memcpy (info->entry.name, fname, len); + info->entry.name[len] = '\0'; /* for printk */ info->entry.name_len = len; ret = 0; } |