Changeset 372 for trunk/dll/notify.c


Ignore:
Timestamp:
Jul 27, 2006, 4:27:37 AM (19 years ago)
Author:
root
Message:

Check more run time errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/notify.c

    r356 r372  
    530530      }
    531531      if(hwndNotify) {
    532         s = malloc(strlen(p) + 14);
     532        s = xmalloc(strlen(p) + 14, pszSrcFile, __LINE__);
    533533        if(s) {
    534534          sprintf(s,"%08lx  %s",_threadid,p);
Note: See TracChangeset for help on using the changeset viewer.