Fix error in last mod

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4280 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-05-22 17:47:20 +00:00
parent d53820760a
commit 27fc612f6e

View file

@ -141,11 +141,7 @@ GSDebugAllocationList(BOOL difference)
if (difference)
{
#if 1
val = the_table[i].total;
#else
val -= the_table[i].lastc;
#endif
}
if (val != 0)
{
@ -188,11 +184,7 @@ GSDebugAllocationList(BOOL difference)
if (difference)
{
#if 1
val = the_table[i].total;
#else
val -= the_table[i].lastc;
#endif
}
the_table[i].lastc = the_table[i].count;