Changeset 4823


Ignore:
Timestamp:
Dec 17, 2000, 4:26:41 AM (24 years ago)
Author:
bird
Message:

Truncates output file when finished writing to it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/tools/impdef/ImpDef.cpp

    r4419 r4823  
    1 /* $Id: ImpDef.cpp,v 1.5 2000-10-04 15:12:23 bird Exp $ */
     1/* $Id: ImpDef.cpp,v 1.6 2000-12-17 03:26:41 bird Exp $ */
    22/*
    33 * ImpDef - Create export file which use internal names and ordinals.
     
    236236                        Output.printf("    %-*s  @%ld\n", 40, pszName, export.ulOrdinal);
    237237                    } while (DefFile.findNextExport(&export));
     238                Output.setSize();
    238239                }
    239240            }
Note: See TracChangeset for help on using the changeset viewer.