IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2004, 9:30:05 AM (22 years ago)
Author:
evanalst
Message:

Changed output to print value of pointer instead of converting to an integer
before the display.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/sysUtils/tst_psStringCopy.c

    r2204 r2278  
    1717 *  @author  Eric Van Alst, MHPCC
    1818 *
    19  *  @version $Revision: 1.10 $  $Name: not supported by cvs2svn $
    20  *  @date  $Date: 2004-10-27 00:57:33 $
     19 *  @version $Revision: 1.11 $  $Name: not supported by cvs2svn $
     20 *  @date  $Date: 2004-11-04 19:30:05 $
    2121 *
    2222 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    223223    strResult = psStringNCopy(stringval, negativeSize);
    224224    if ( strResult != NULL ) {
    225         fprintf(stderr,"Failed test point #6 return value = %ld expected NULL\n",
    226                 (psU64)strResult);
     225        fprintf(stderr,"Failed test point #6 return value = %p expected NULL\n",
     226                strResult);
    227227        return 1;
    228228    }
Note: See TracChangeset for help on using the changeset viewer.