Changeset 1438 for trunk/dll/uudecode.c
- Timestamp:
- Jun 28, 2009, 10:47:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/uudecode.c
r1398 r1438 43 43 #include "misc.h" // PaintRecessedWindow 44 44 #include "wrappers.h" // xfgets 45 #include "init.h" // Strings 45 46 46 47 static PSZ pszSrcFile = __FILE__; … … 98 99 } 99 100 else 100 strcat(build, "\\");101 strcat(build, PCSZ_BACKSLASH); 101 102 strncat(build, dest, CCHMAXPATH - strlen(dest)); 102 103 strcpy(dest, build);
Note:
See TracChangeset
for help on using the changeset viewer.