IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2006, 5:20:04 PM (20 years ago)
Author:
Paul Price
Message:

Adding string.h where required

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src

    • Property svn:ignore
      •  

        old new  
        1010*.lo
        1111p0tool
        12 p1search
        13 p2search
         12p1tool
         13p2tool
        1414pxadmin
        1515pzgetexp
        1616pzgetimfiles
        17 pzsearch
         17pztool
        1818dettool
        1919pxinject
  • trunk/ippTools/src/pzgetimfiles.c

    r7365 r8849  
    33#endif
    44
     5#include <stdio.h>
     6#include <string.h>
    57#include <stdlib.h>
    6 #include <stdio.h>
    78
    89#include "pxtools.h"
     
    4748    if (!newImfiles) {
    4849        // XXX not nessicarily an error
    49         psError(PS_ERR_UNKNOWN, true, "no new files/imfiles"); 
     50        psError(PS_ERR_UNKNOWN, true, "no new files/imfiles");
    5051        goto FAIL;
    5152    }
     
    110111                "failed to find summitExp with exp_id %s (should not happen)"
    111112                , exp_id);
    112             goto FAIL; 
     113            goto FAIL;
    113114        }
    114115    }
    115116
    116117    // insert a new pzPendingExp
    117     summitExpRow *summitExp = summitExps->data[0]; 
     118    summitExpRow *summitExp = summitExps->data[0];
    118119    pzPendingExpRow *pzPendingExp = pzPendingExpRowAlloc(
    119120        summitExp->exp_id,
     
    121122        summitExp->telescope,
    122123        summitExp->exp_type,
    123         nImfiles 
     124        nImfiles
    124125    );
    125126    psFree(summitExps);
Note: See TracChangeset for help on using the changeset viewer.