IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11018


Ignore:
Timestamp:
Jan 10, 2007, 2:47:15 PM (19 years ago)
Author:
jhoblitt
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jch-memory/psLib/src/sys/psMemory.c

    r11017 r11018  
    1010*  @author Joshua Hoblitt, University of Hawaii
    1111*
    12 *  @version $Revision: 1.88.2.27 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2007-01-11 00:46:34 $
     12*  @version $Revision: 1.88.2.28 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-01-11 00:47:15 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    158158    // size of 0.  This test is in here to check if this is really
    159159    // happening/being use as a feature in the wild.
    160     if (memBlock->size < 1) {
     160    if (memBlock->userMemorySize < 1) {
    161161        psMemBlockPrint(output, memBlock);
    162162        blockPrinted = true;
Note: See TracChangeset for help on using the changeset viewer.