Changeset 434
- Timestamp:
- Apr 13, 2010, 6:45:35 PM (16 years ago)
- Location:
- branches/client-1.5/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.5/src/debug.c
r189 r434 64 64 strncpy(logfile, env, sizeof(logfile) -1); 65 65 strncat(logfile, "\\", sizeof(logfile) - strlen(logfile) -1); 66 strncat(logfile, logfilename, sizeof(logfile) - strlen(logfile) -1); 66 strncat(logfile, logfilename, sizeof(logfile) - strlen(logfile) -1); 67 67 } 68 68 else … … 70 70 strncpy(logfile, logfilename, sizeof(logfile) -1); 71 71 } 72 73 72 74 } /* endif */ 73 75 -
branches/client-1.5/src/smbwrp.c
r189 r434 23 23 #include "smbwrp.h" 24 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 25 48 26 49 static int
Note:
See TracChangeset
for help on using the changeset viewer.
