Changeset 959 for trunk/dll/datamin.c
- Timestamp:
- Feb 18, 2008, 1:47:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/datamin.c
r907 r959 66 66 { 67 67 PVOID pv = xmalloc(sizeof(tDataMin), pszSrcFile, __LINE__); 68 69 WinSetWindowPtr(hwnd, QWL_DATAMIN_PTR, pv);68 if (pv) 69 WinSetWindowPtr(hwnd, QWL_DATAMIN_PTR, pv); 70 70 } 71 71 break;
Note:
See TracChangeset
for help on using the changeset viewer.