Changeset 985 for trunk/dll/viewer.c
- Timestamp:
- Mar 1, 2008, 2:37:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/viewer.c
r907 r985 16 16 26 Nov 07 GKY Allow open of readonly files in the editor with warning 17 17 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 18 20 19 21 ***********************************************************************/ … … 32 34 #include "errutil.h" // Dos_Error... 33 35 #include "strutil.h" // GetPString 36 #include "notebook.h" // External viewers 34 37 #include "fm3dll.h" 35 38 … … 1250 1253 } 1251 1254 } 1252 free(vw);1255 xfree(vw); 1253 1256 } 1254 1257 if (!dontclose &&
Note:
See TracChangeset
for help on using the changeset viewer.