Changeset 985 for trunk/dll/viewer.c


Ignore:
Timestamp:
Mar 1, 2008, 2:37:14 AM (17 years ago)
Author:
Gregg Young
Message:

Update sizes dialog (ticket 44); Make max command line length user settable (ticket 199); use xfree for free in most cases (ticket 212); initial code to check for valid ini file (ticket 102); Some additional refactoring and structure rework; Some documentation updates;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/viewer.c

    r907 r985  
    1616  26 Nov 07 GKY Allow open of readonly files in the editor with warning
    1717  26 Nov 07 GKY Add "Save as" menu option to editor
     18  29 Feb 08 GKY Use xfree where appropriate
     19  29 Feb 08 GKY Refactor global command line variables to notebook.h
    1820
    1921***********************************************************************/
     
    3234#include "errutil.h"                    // Dos_Error...
    3335#include "strutil.h"                    // GetPString
     36#include "notebook.h"                   // External viewers
    3437#include "fm3dll.h"
    3538
     
    12501253          }
    12511254        }
    1252         free(vw);
     1255        xfree(vw);
    12531256      }
    12541257      if (!dontclose &&
Note: See TracChangeset for help on using the changeset viewer.