IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13070


Ignore:
Timestamp:
Apr 27, 2007, 2:23:56 PM (19 years ago)
Author:
Paul Price
Message:

Unnecessary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/types/psArguments.c

    r12828 r13070  
    77 *  @author David Robbins, MHPCC
    88 *
    9  *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-04-13 02:32:10 $
     9 *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-04-28 00:23:56 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    345345        case PS_DATA_STRING:
    346346            if (item->data.V) {
    347                 printf("""%s""", item->data.str);
     347                printf("%s", item->data.str);
    348348            }
    349349            break;
Note: See TracChangeset for help on using the changeset viewer.