IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13585


Ignore:
Timestamp:
May 31, 2007, 7:25:36 PM (19 years ago)
Author:
magnier
Message:

added (found) to lines which are found

File:
1 edited

Legend:

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

    r13582 r13585  
    77 *  @author David Robbins, MHPCC
    88 *
    9  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-06-01 03:37:19 $
     9 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-06-01 05:25:36 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    210210        psMetadataItem *argItem = psMetadataLookup(arguments, argv[i]);
    211211        if (argItem) {
     212            psStringAppend (&argItem->comment, " (found)");
    212213            psArgumentRemove(i, argc, argv); // Remove the switch
    213214
Note: See TracChangeset for help on using the changeset viewer.