Changeset 1242 for trunk/dll/arccnrs.c
- Timestamp:
- Oct 9, 2008, 1:21:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1220 r1242 519 519 ReTry: 520 520 521 #ifdef DEBUG522 if (info && info->id)523 WinSetWindowText(WinQueryWindow524 (WinQueryWindow(hwndCnr, QW_PARENT), QW_PARENT),525 info->id);526 #endif527 528 521 tinfo = NULL; 529 522 numarcfiles = counter = highest = 0; … … 729 722 RECORDINSERT ri; 730 723 PARCITEM pai; 731 732 #ifdef DEBUG733 saymsg(MB_ENTER, hwndCnr, DEBUG_STRING,734 "fname: %s\r\rpp: %s\r\rp: %s\r\rlonename: %s\r\rhighest: %ld\r\rx: %ld\r\rfdate: %s",735 fname ? fname : "NULL",736 pp ? pp : "NULL",737 p ? p : "NULL",738 lonename, highest, x, (fdate) ? fdate : "NULL");739 #endif740 724 741 725 pai = WinSendMsg(hwndCnr,
Note:
See TracChangeset
for help on using the changeset viewer.