commit | 40249c6573dc9a77de1fe0268e2a5e287874fb7e | [log] [tgz] |
---|---|---|
author | Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> | Fri May 12 21:45:52 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri May 12 21:45:52 2000 +0000 |
tree | 426b6d4a48c231a900262fdde089923174fe6a6c | |
parent | d303dad1fe82dacd2442c42a863ebf52e0c81ffb [diff] [blame] |
GetFullPathname: add missing termination to the string.
diff --git a/files/dos_fs.c b/files/dos_fs.c index e657585..3ca9cd0 100644 --- a/files/dos_fs.c +++ b/files/dos_fs.c
@@ -945,6 +945,7 @@ tmpshortpath[sp] = '\\'; sp++; } + tmpshortpath[sp]=0;/*terminate string*/ lp++; continue; }