Changeset 835 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Sep 15, 2007, 1:41:08 AM (18 years ago)
Author:
Gregg Young
Message:

Make directory in directory containers always defaults to current directory; Increase DosSleep as temp fix for ticket 58; Fix typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r814 r835  
    22302230      case IDM_MKDIR:
    22312231        {
    2232           PCNRITEM pci;
    2233 
    2234           pci = (PCNRITEM) CurrentRecord(hwnd);
     2232         // PCNRITEM pci;
     2233
     2234         // pci = (PCNRITEM) CurrentRecord(hwnd);
    22352235          PMMkDir(dcd->hwndParent,
    2236                   ((pci && (INT) pci != -1) ?
    2237                    pci->pszFileName : dcd->directory), FALSE);
     2236                  (dcd->directory), FALSE);
    22382237        }
    22392238        break;
Note: See TracChangeset for help on using the changeset viewer.