IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 12:34:43 PM (19 years ago)
Author:
gusciora
Message:

Removed compile errors.

File:
1 edited

Legend:

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

    r11660 r11683  
    2020 *  @author  Eric Van Alst, MHPCC
    2121 *
    22  *  @version $Revision: 1.2 $  $Name: not supported by cvs2svn $
    23  *  @date  $Date: 2007-02-06 03:37:40 $
     22 *  @version $Revision: 1.3 $  $Name: not supported by cvs2svn $
     23 *  @date  $Date: 2007-02-07 22:34:43 $
    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
     
    538538    ssize_t outSize = 0;
    539539    char** nullDest = NULL;
    540     char** test;
     540    char** test = NULL;
    541541    //psStringCopy should return NULL for NULL input string
    542542    //    psLogMsg(__func__,PS_LOG_INFO,"Following should generate error message");
Note: See TracChangeset for help on using the changeset viewer.