IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2005, 3:58:43 PM (21 years ago)
Author:
desonia
Message:

changed the prototype of psMetadataLookup_.

File:
1 edited

Legend:

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

    r2971 r3246  
    1010 *  @author Eric Van Alst, MHPCC
    1111 *
    12  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-01-13 19:50:45 $
     12 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-02-17 01:58:42 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    7777    char errMsg[2048];
    7878    psErr* err;
    79     char msgName[256];
     79    char msgName[1024];
    8080
    81     snprintf(msgName,256,"%s (%s:%d)",func,file,lineno);
     81    snprintf(msgName,1024,"%s (%s:%d)",func,file,lineno);
    8282
    8383    va_list argPtr;             // variable list arguement pointer
Note: See TracChangeset for help on using the changeset viewer.