IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16415


Ignore:
Timestamp:
Feb 12, 2008, 3:45:07 PM (18 years ago)
Author:
Paul Price
Message:

Shouldn't close there.

File:
1 edited

Legend:

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

    r16414 r16415  
    12661266    if (list && strlen(list) > 0 && (Narg = psArgumentGet(*argc, argv, list))) {
    12671267        psArgumentRemove (Narg, argc, argv);
    1268         FILE *f = fopen (argv[Narg], "r");
     1268        FILE *f = fopen(argv[Narg], "r");
    12691269        if (!f) {
    12701270            psError(PS_ERR_IO, true, "Unable to open specified list file");
     
    12861286                  psArrayAdd(input, 16, filename);
    12871287                  psFree(filename);
    1288                   fclose(f);
    12891288                  break;
    12901289              }
Note: See TracChangeset for help on using the changeset viewer.