Changeset 1438 for trunk/dll/viewinf.c


Ignore:
Timestamp:
Jun 28, 2009, 10:47:00 PM (16 years ago)
Author:
Gregg Young
Message:

Improved drivebar changes; Added AddBackslashToPath() to remove repeatative code. replaced "
" with PCSZ variable; ANY_OBJ added the DosAlloc... (experimental)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/viewinf.c

    r1400 r1438  
    2020  07 Feb 09 GKY Allow user to turn off alert and/or error beeps in settings notebook.
    2121  08 Mar 09 GKY Additional strings move to PCSZs in init.c
     22  28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code.
    2223
    2324***********************************************************************/
     
    121122
    122123              strcpy(mask, p);
    123               if (mask[strlen(mask) - 1] != '\\')
    124                 strcat(mask, "\\");
     124              AddBackslashToPath(mask);
     125              //if (mask[strlen(mask) - 1] != '\\')
     126              //  strcat(mask, "\\");
    125127              enddir = mask + strlen(mask);
    126128              if (dummy->help)
Note: See TracChangeset for help on using the changeset viewer.