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;
       }