Changeset 372 for trunk/dll/notify.c
- Timestamp:
- Jul 27, 2006, 4:27:37 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/dll/notify.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/notify.c
r356 r372 530 530 } 531 531 if(hwndNotify) { 532 s = malloc(strlen(p) + 14);532 s = xmalloc(strlen(p) + 14, pszSrcFile, __LINE__); 533 533 if(s) { 534 534 sprintf(s,"%08lx %s",_threadid,p);
Note:
See TracChangeset
for help on using the changeset viewer.
