IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2006, 1:32:23 PM (20 years ago)
Author:
jhoblitt
Message:

bug #790 - remove psErrorText.h and inline all error codes. all newly inlined error codes are wrapped with the _() macro from future gettextification

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src

    • Property svn:ignore
      •  

        old new  
        1010libpslib.la.temp
        1111config.h.in
        12 psErrorText.h
        1312*.bb
        1413*.bbg
  • trunk/psLib/src/sys/psString.c

    r7912 r8232  
    1313 *  @author David Robbins, MHPCC
    1414 *
    15  *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2006-07-15 02:50:51 $
     15 *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2006-08-08 23:32:23 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2828#include "psAbort.h"
    2929
    30 #include "psErrorText.h"
     30
    3131
    3232static void stringFree(psString string)
     
    7878        // Log error message and return NULL
    7979        psError(PS_ERR_BAD_PARAMETER_VALUE, true,
    80                 PS_ERRORTEXT_psString_NCHAR_NEGATIVE,
     80                _("Can not copy a negative number of characters (%d)."),
    8181                nChar);
    8282        return NULL;
Note: See TracChangeset for help on using the changeset viewer.