Changeset 531 for trunk/dll/arccnrs.c


Ignore:
Timestamp:
Nov 4, 2006, 10:06:24 PM (19 years ago)
Author:
root
Message:

Renames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r516 r531  
    3030  02 Aug 06 SHL Add logic to stop processing large archives
    3131  23 Aug 06 SHL Integrate John Small's switch list title logic
    32   02 Nov 06 SHL Comments
     32  03 Nov 06 SHL Renames
    3333
    3434***********************************************************************/
     
    18601860                  else if (li->type == IDM_PRINT) {
    18611861                    strcpy(li->targetpath,printer);
    1862                     if (_beginthread(PrintList,NULL,65536,(PVOID)li) != -1) {
     1862                    if (_beginthread(PrintListThread,NULL,65536,(PVOID)li) != -1) {
    18631863                      Runtime_Error(pszSrcFile, __LINE__, GetPString(IDS_COULDNTSTARTTHREADTEXT));
    18641864                      li = NULL;
Note: See TracChangeset for help on using the changeset viewer.