IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16883


Ignore:
Timestamp:
Mar 8, 2008, 11:23:22 AM (18 years ago)
Author:
eugene
Message:

remove above in corruption test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/src/ohana_allocate.c

    r7782 r16883  
    226226      header = TRUE;
    227227    }
    228       fprintf (stderr, "corrupt:  %3d   %c    %c  %-15s %3d\n", i, bottom, top, memlist[i].file, memlist[i].line);
     228    fprintf (stderr, "corrupt:  %3d   %c    %c  %-15s %3d\n", i, bottom, top, memlist[i].file, memlist[i].line);
    229229    prev = next = -1;
    230230    for (j = 0; j < Nmemlist; j++) {
     
    248248      fprintf (stderr, "next:     %3d           %-15s %3d\n", next, memlist[next].file, memlist[next].line);
    249249    }
    250     abort ();
    251250  }
    252251  return;
Note: See TracChangeset for help on using the changeset viewer.