Changeset 348 for trunk/dll/common.c
- Timestamp:
- Jul 26, 2006, 7:15:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.c
r246 r348 7 7 8 8 Copyright (c) 1993, 1998 M. Kimes 9 Copyright (c) 2001, 200 5Steven H. Levine9 Copyright (c) 2001, 2006 Steven H. Levine 10 10 11 11 13 Aug 05 SHL Renames 12 22 Jul 06 SHL Check more run time errors 12 13 13 14 ***********************************************************************/ … … 17 18 #define INCL_WIN 18 19 #define INCL_GPI 19 20 20 #include <os2.h> 21 21 22 #include <stdarg.h> 22 23 #include <stdio.h> … … 28 29 #include <share.h> 29 30 #include <limits.h> 31 30 32 #include "fm3dll.h" 31 33 #include "fm3dlg.h" … … 34 36 35 37 #pragma data_seg(DATA1) 38 39 static PSZ pszSrcFile = __FILE__; 40 36 41 #pragma alloc_text(COMMON,CommonFrameWndProc,CommonTextProc,CommonTextPaint) 37 42 #pragma alloc_text(COMMON1,CommonCreateTextChildren,CommonCreateMainChildren) … … 663 668 return 0; 664 669 strcpy(lastfile,(CHAR *)mp1); 665 s = strdup(lastfile);670 s = xstrdup(lastfile,pszSrcFile,__LINE__); 666 671 } 667 672 else … … 700 705 } 701 706 break; 702 707 703 708 case WM_BUTTON1DOWN: 704 709 case WM_BUTTON3DOWN:
Note:
See TracChangeset
for help on using the changeset viewer.