IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2007, 4:43:37 PM (19 years ago)
Author:
gusciora
Message:

Corrected the NULL string code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sys/tap_psString.c

    r11683 r12208  
    2020 *  @author  Eric Van Alst, MHPCC
    2121 *
    22  *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
    23  *  @date  $Date: 2007-02-07 22:34:43 $
     22 *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
     23 *  @date  $Date: 2007-03-03 02:43:37 $
    2424 *
    2525 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5757psS32 testStrCheck(void);
    5858
    59 static const char* const NullString = " ";
     59static const char* const NullString = "";
    6060
    6161
     
    320320    result = strcmp(str, STR_0);
    321321    ok ( result == 0, "Failed test point str=[%s]\n", str);
    322 
    323322    psFree(str);
    324323
Note: See TracChangeset for help on using the changeset viewer.