- Timestamp:
- May 28, 2005, 7:34:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/copyf.c
r123 r173 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2001, 2004 Steven H.Levine 10 11 Revisions 14 Sep 02 SHL Drop obsolete debug code 12 14 Oct 02 SHL Drop obsolete debug code 13 10 Nov 02 SHL docopyf - don't forget to terminate longname 14 optimize longname logic 15 01 Aug 04 SHL Rework lstrip/rstrip usage 9 Copyright (c) 2001, 2005 Steven H.Levine 10 11 14 Sep 02 SHL Drop obsolete debug code 12 14 Oct 02 SHL Drop obsolete debug code 13 10 Nov 02 SHL docopyf - don't forget to terminate longname 14 optimize longname logic 15 01 Aug 04 SHL Rework lstrip/rstrip usage 16 28 May 05 SHL Drop debug code 16 17 17 18 ***********************************************************************/ … … 259 260 BOOL ZapLongName (char *filename) { 260 261 261 #ifdef DEBUG262 saymsg(MB_ENTER,HWND_DESKTOP,DEBUG_STRING,"Zapped longname."); // fixme to be gone263 #endif264 262 return WriteLongName(filename, ""); 265 263 } … … 485 483 if(stricmp(p, pp)) 486 484 { 487 #ifdef DEBUG488 saymsg(MB_ENTER,HWND_DESKTOP,DEBUG_STRING,"oldname: %s\rnewname: %s",oldname,fullnewname); // fixme to be gone489 #endif490 485 zaplong = TRUE; 491 486 }
Note:
See TracChangeset
for help on using the changeset viewer.