Changeset 53 for trunk/src/helpers/tmsgfile.c
- Timestamp:
- Apr 2, 2001, 12:38:55 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/tmsgfile.c
r47 r53 541 541 GetTimeStamp(&fs3MessageFile, szFileStampCurrent, sizeof(szFileStampCurrent)); 542 542 543 _Pmpf((" Timestamp for %s: '%s'", pszMessageFile, szFileStampCurrent));543 // _Pmpf((" Timestamp for %s: '%s'", pszMessageFile, szFileStampCurrent)); 544 544 545 545 // determine saved timestamp … … 550 550 &ulStampLength); 551 551 552 _Pmpf((" Saved timestamp for %s: '%s'", pszMessageFile, szFileStampOld));552 // _Pmpf((" Saved timestamp for %s: '%s'", pszMessageFile, szFileStampOld)); 553 553 554 554 // compare timestamps … … 587 587 if (rc == NO_ERROR) 588 588 { 589 _Pmpf((" --> using precompiled table"));589 // _Pmpf((" --> using precompiled table")); 590 590 break; 591 591 } 592 592 } // end if 593 593 594 _Pmpf((" --> recompiling table"));594 // _Pmpf((" --> recompiling table")); 595 595 596 596 // recompilation needed: … … 735 735 ulCurrentMessageLen); 736 736 737 _Pmpf(("Found %s at %d, length %d",737 /* _Pmpf(("Found %s at %d, length %d", 738 738 pCurrentNameStart, 739 739 ulCurrentMessagePos, 740 ulCurrentMessageLen)); 740 ulCurrentMessageLen)); */ 741 741 742 742 // need more space ? … … 744 744 { 745 745 PBYTE pbTmp; 746 _Pmpf((" Re-allocating!!"));746 // _Pmpf((" Re-allocating!!")); 747 747 748 748 cbTableDataAllocated += ulFileDataLength / 2; … … 790 790 { 791 791 // restore original "last write" date 792 _Pmpf(("Resetting file date"));792 // _Pmpf(("Resetting file date")); 793 793 fs3Tmp.fdateLastWrite = fs3MessageFile.fdateLastWrite; 794 794 fs3Tmp.ftimeLastWrite = fs3MessageFile.ftimeLastWrite;
Note:
See TracChangeset
for help on using the changeset viewer.