Changeset 1915 for trunk/dll/worker.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/worker.c

    r1880 r1915  
    15661566
    15671567            strcpy(javaexe, PCSZ_STARDOTEXE);
    1568             if (insert_filename(HWND_DESKTOP, javaexe, TRUE, FALSE) &&
     1568            if (insert_filename(HWND_DESKTOP, javaexe, 1, FALSE) &&
    15691569                *javaexe && !strchr(javaexe, '*') && !strchr(javaexe, '?'))
    15701570              PrfWriteProfileString(fmprof, appname, "JavaExe", javaexe);
Note: See TracChangeset for help on using the changeset viewer.