IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2006, 5:25:50 PM (20 years ago)
Author:
Paul Price
Message:

Initialise the arguments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r7817 r7827  
    33 *  @author PAP, IfA
    44 *
    5  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-07-05 22:46:13 $
     5 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-07-06 03:25:50 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4747    config->recipesRead = P_PM_RECIPE_SOURCE_NONE;
    4848    config->recipesSource = psMetadataAlloc();
    49     config->arguments = NULL;
     49    config->arguments = psMetadataAlloc();
    5050    config->database = NULL;
    5151    config->argc = argc;
Note: See TracChangeset for help on using the changeset viewer.