Ignore:
Timestamp:
Jan 19, 2002, 11:50:39 AM (24 years ago)
Author:
umoeller
Message:

Misc changes.

File:
1 edited

Legend:

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

    r123 r132  
    753753                                             //     before each output line
    754754    {
    755         PSZ psz = strhCreateDump(pb, ulSize, ulIndent);
    756         if (psz)
     755        PSZ psz;
     756        if (psz = strhCreateDump(pb, ulSize, ulIndent))
    757757        {
    758             _Pmpf(("\n%s", psz));
     758            // _Pmpf(("\n%s", psz));
    759759            free(psz);
    760760        }
Note: See TracChangeset for help on using the changeset viewer.