Ignore:
Timestamp:
Apr 2, 2001, 12:38:55 PM (24 years ago)
Author:
umoeller
Message:

Dialog mgr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/tmsgfile.c

    r47 r53  
    541541        GetTimeStamp(&fs3MessageFile, szFileStampCurrent, sizeof(szFileStampCurrent));
    542542
    543         _Pmpf(("    Timestamp for %s: '%s'", pszMessageFile, szFileStampCurrent));
     543        // _Pmpf(("    Timestamp for %s: '%s'", pszMessageFile, szFileStampCurrent));
    544544
    545545        // determine saved timestamp
     
    550550                          &ulStampLength);
    551551
    552         _Pmpf(("    Saved timestamp for %s: '%s'", pszMessageFile, szFileStampOld));
     552        // _Pmpf(("    Saved timestamp for %s: '%s'", pszMessageFile, szFileStampOld));
    553553
    554554        // compare timestamps
     
    587587            if (rc == NO_ERROR)
    588588            {
    589                 _Pmpf(("      --> using precompiled table"));
     589                // _Pmpf(("      --> using precompiled table"));
    590590                break;
    591591            }
    592592        } // end if
    593593
    594         _Pmpf(("      --> recompiling table"));
     594        // _Pmpf(("      --> recompiling table"));
    595595
    596596        // recompilation needed:
     
    735735                    ulCurrentMessageLen);
    736736
    737             _Pmpf(("Found %s at %d, length %d",
     737            /* _Pmpf(("Found %s at %d, length %d",
    738738                    pCurrentNameStart,
    739739                    ulCurrentMessagePos,
    740                     ulCurrentMessageLen));
     740                    ulCurrentMessageLen)); */
    741741
    742742            // need more space ?
     
    744744            {
    745745                PBYTE           pbTmp;
    746                 _Pmpf(("  Re-allocating!!"));
     746                // _Pmpf(("  Re-allocating!!"));
    747747
    748748                cbTableDataAllocated += ulFileDataLength / 2;
     
    790790                {
    791791                    // restore original "last write" date
    792                     _Pmpf(("Resetting file date"));
     792                    // _Pmpf(("Resetting file date"));
    793793                    fs3Tmp.fdateLastWrite = fs3MessageFile.fdateLastWrite;
    794794                    fs3Tmp.ftimeLastWrite = fs3MessageFile.ftimeLastWrite;
Note: See TracChangeset for help on using the changeset viewer.