Changeset 1438 for trunk/dll/pathutil.c
- Timestamp:
- Jun 28, 2009, 10:47:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/pathutil.c
r1402 r1438 40 40 41 41 static PSZ pszSrcFile = __FILE__; 42 43 PSZ AddBackslashToPath(PSZ pszPathName) 44 { 45 if (pszPathName[strlen(pszPathName) - 1] != '\\') 46 strcat(pszPathName, PCSZ_BACKSLASH); 47 return pszPathName; 48 } 42 49 43 50 // #pragma data_seg(DATA1)
Note:
See TracChangeset
for help on using the changeset viewer.