Changeset 1242 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Oct 9, 2008, 1:21:13 PM (17 years ago)
Author:
John Small
Message:

Ticket 288: Ensure DEBUG is passed to compiler and cleanup obsolete #ifdef DEBUG code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r1220 r1242  
    519519ReTry:
    520520
    521 #ifdef DEBUG
    522   if (info && info->id)
    523     WinSetWindowText(WinQueryWindow
    524                      (WinQueryWindow(hwndCnr, QW_PARENT), QW_PARENT),
    525                      info->id);
    526 #endif
    527 
    528521  tinfo = NULL;
    529522  numarcfiles = counter = highest = 0;
     
    729722            RECORDINSERT ri;
    730723            PARCITEM pai;
    731 
    732 #ifdef DEBUG
    733             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 #endif
    740724
    741725            pai = WinSendMsg(hwndCnr,
Note: See TracChangeset for help on using the changeset viewer.