Ignore:
Timestamp:
Oct 4, 2000, 5:12:23 PM (25 years ago)
Author:
bird
Message:

Corrected bug writing description.

File:
1 edited

Legend:

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

    r4402 r4419  
    1 /* $Id: ImpDef.cpp,v 1.4 2000-10-03 05:42:41 bird Exp $ */
     1/* $Id: ImpDef.cpp,v 1.5 2000-10-04 15:12:23 bird Exp $ */
    22/*
    33 * ImpDef - Create export file which use internal names and ordinals.
     
    202202                /* Description line */
    203203                if (DefFile.queryDescription())
    204                     Output.printf("DESCRIPTION %s\n", DefFile.queryDescription());
     204                    Output.printf("DESCRIPTION '%s'\n", DefFile.queryDescription());
    205205
    206206                /* Exports */
Note: See TracChangeset for help on using the changeset viewer.