IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2006, 3:25:22 PM (20 years ago)
Author:
Paul Price
Message:

Fixing assert on config.

File:
1 edited

Legend:

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

    r9579 r9591  
    44 *  @author EAM (IfA)
    55 *
    6  *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
    7  *  @date $Date: 2006-10-14 03:54:51 $
     6 *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
     7 *  @date $Date: 2006-10-17 01:25:22 $
    88 *
    99 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8282bool pmConfigFileRead(psMetadata **config, const char *name, const char *description)
    8383{
    84     PS_ASSERT_METADATA_NON_NULL(*config, false);
     84    PS_ASSERT_PTR_NON_NULL(config, false);
    8585    PS_ASSERT_STRING_NON_EMPTY(name, false);
    8686    PS_ASSERT_STRING_NON_EMPTY(description, false);
Note: See TracChangeset for help on using the changeset viewer.