Changeset 1915 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Nov 1, 2025, 7:27:49 PM (44 hours ago)
Author:
Gregg Young
Message:

Improve readability of insert_filename (use 0,1,2 instead of FALSE, TRUE,2 for loadit). Fix it so pszIDrive is only set from lastfilename if filename is NULL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1899 r1915  
    10711071              memmove(pp, p, strlen(p) + 1);
    10721072          }
    1073           if (insert_filename(hwnd, filename, FALSE, FALSE))
     1073          if (insert_filename(hwnd, filename, 0, FALSE))
    10741074            SelectList(dcd->hwndCnr, TRUE, FALSE, FALSE, NULL, filename,
    10751075                       NULL);
Note: See TracChangeset for help on using the changeset viewer.