mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
d53820760a
commit
27fc612f6e
1 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue