Changeset 3b8058 in git


Ignore:
Timestamp:
Nov 23, 1999, 8:35:14 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
e36e3a09b5aa1032a79c2be6c7b1f9bc4a625066
Parents:
0cd657e4fb3bdaf55c83d6b8fc6d0351eeab8081
Message:
* fixed mmcheck


git-svn-id: file:///usr/local/Singular/svn/trunk@3902 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/mmcheck.c

    r0cd657 r3b8058  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mmcheck.c,v 1.18 1999-11-16 13:04:04 hannes Exp $ */
     4/* $Id: mmcheck.c,v 1.19 1999-11-23 19:35:14 obachman Exp $ */
    55
    66/*
     
    137137                   what->freed_fname, what->freed_lineno );
    138138#ifdef MTRACK_FREE
    139     mmDBPrintThisStack(what, MM_PRINT_ALL_STACK, 1);
     139    mmDBPrintThisStack(stderr, what, MM_PRINT_ALL_STACK, 1);
    140140#endif
    141141  }
     
    358358      mmMoveDBMCB(&mm_theDBfree, &mm_theDBused, what);
    359359      what->flags |= MM_USEDFLAG;
    360       return mmPrintDBMCB( what, "block has been freed but still in use (fixed)", 0 );
     360      return mmPrintDBMCB( what, "block has been freed but still in use", 0 );
    361361    }
    362362    return mmPrintDBMCB(what, "block still in use but should be free", 0);
Note: See TracChangeset for help on using the changeset viewer.