IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2008, 11:55:52 AM (18 years ago)
Author:
eugene
Message:

init variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psLogMsg.c

    r16338 r19885  
    1111 *  @author GLG, MHPCC
    1212 *
    13  *  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2008-02-06 20:33:18 $
     13 *  @version $Revision: 1.70 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2008-10-03 21:55:52 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    321321
    322322        // detect multiple lines in message and indent each line by 4 spaces.
    323         char* msgPtr;
     323        char *msgPtr = NULL;
    324324        char *line = strtok_r(msg, "\n", &msgPtr);
    325325        while (line) {
Note: See TracChangeset for help on using the changeset viewer.