Ignore:
Timestamp:
15/04/09 10:39:54 (3 years ago)
Author:
Freddie Akeroyd
Message:

Merge back changes from 4.2 branch (add space for NULL termination)
Probably not needed now (issue #174 was properly fixed in r1232),
but no harm done. Refs #174.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/nxconvert_common.c

    r1079 r1234  
    9494      return NX_ERROR; 
    9595   } 
    96     
     96 
    9797/* Output global attributes */ 
    9898   if (WriteAttributes (nx_is_definition) != NX_OK) 
     
    105105        return NX_ERROR; 
    106106   } 
    107 /* clos einput */ 
     107/* close input */ 
    108108   if (NXclose (&inId) != NX_OK) 
    109109   { 
Note: See TracChangeset for help on using the changeset viewer.