IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ticket #706: psmodules-0.10.0-pmConfigRead_nulls.patch

File psmodules-0.10.0-pmConfigRead_nulls.patch, 775 bytes (added by jhoblitt, 20 years ago)

patch to allow pmConfigRead() to accept NULLs

  • src/config/pmConfig.c

    ? psmodules-0.10.0-pmConfigRead_nulls.patch
    RCS file: /cvsroot/pan-starrs/datasys/IPP/psModules/src/config/pmConfig.c,v
    retrieving revision 1.7
    diff -u -r1.7 pmConfig.c
     
    6464    const char *recipeName)
    6565{
    6666    PS_ASSERT_PTR_NON_NULL(site, false);
    67     PS_ASSERT_PTR_NON_NULL(*site, false);
    6867    PS_ASSERT_PTR_NON_NULL(camera, false);
    69     PS_ASSERT_PTR_NON_NULL(*camera, false);
    7068    PS_ASSERT_PTR_NON_NULL(recipe, false);
    71     PS_ASSERT_PTR_NON_NULL(*recipe, false);
    7269    PS_ASSERT_INT_POSITIVE(*argc, false);
    7370    PS_ASSERT_PTR_NON_NULL(argv, false);
    7471