mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +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
457209ff4d
commit
3d00189233
1 changed files with 0 additions and 8 deletions
|
@ -141,11 +141,7 @@ GSDebugAllocationList(BOOL difference)
|
||||||
|
|
||||||
if (difference)
|
if (difference)
|
||||||
{
|
{
|
||||||
#if 1
|
|
||||||
val = the_table[i].total;
|
|
||||||
#else
|
|
||||||
val -= the_table[i].lastc;
|
val -= the_table[i].lastc;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
if (val != 0)
|
if (val != 0)
|
||||||
{
|
{
|
||||||
|
@ -188,11 +184,7 @@ GSDebugAllocationList(BOOL difference)
|
||||||
|
|
||||||
if (difference)
|
if (difference)
|
||||||
{
|
{
|
||||||
#if 1
|
|
||||||
val = the_table[i].total;
|
|
||||||
#else
|
|
||||||
val -= the_table[i].lastc;
|
val -= the_table[i].lastc;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
the_table[i].lastc = the_table[i].count;
|
the_table[i].lastc = the_table[i].count;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue