IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18841


Ignore:
Timestamp:
Jul 31, 2008, 3:05:39 PM (18 years ago)
Author:
Paul Price
Message:

Whoops.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO_OBJ.c

    r18840 r18841  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2008-08-01 00:46:04 $
     5 *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2008-08-01 01:05:39 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    9797        if (fwrite (line->line, 1, line->Nline, f) < line->Nline) {
    9898            psError(PS_ERR_IO, true, "Unable to write OBJ sources file (%s)", filename);
    99             close(f);
     99            fclose(f);
    100100            psFree(line);
    101101            return false;
Note: See TracChangeset for help on using the changeset viewer.