Hallo,
it seems I missed to submit appended chunk.
Could you try and report?
Bye
Uwe Bonnes [EMAIL PROTECTED]
Free Software: If you contribute nothing, expect nothing
--
gauss:~/tmp/wine/compile> cvs diff -u wine/files/dos_fs.c Index:
wine/files/dos_fs.c
===================================================================
RCS file: /home/wine/wine/files/dos_fs.c,v
retrieving revision 1.48
diff -u -r1.48 dos_fs.c
--- wine/files/dos_fs.c 2000/04/29 14:20:29 1.48
+++ wine/files/dos_fs.c 2000/05/09 18:56:23
@@ -945,6 +945,7 @@
tmpshortpath[sp] = '\\';
sp++;
}
+ tmpshortpath[sp]=0;/*terminate string*/
lp++;
continue;
}