Changeset 196 for trunk/dll/worker.c


Ignore:
Timestamp:
Jun 8, 2005, 7:50:03 AM (20 years ago)
Author:
root
Message:

Rework Action for VAC3.65 compat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/worker.c

    r192 r196  
    1212  18 Oct 02 SHL - MassAction:Archive - force extension so file found
    1313  06 Jun 05 SHL - Indent -i2
     14  06 Jun 05 SHL - Rework Action for VAC3.65 compat
    1415
    1516***********************************************************************/
     
    10021003                  else
    10031004                  {
    1004 
    1005                     CHAR *d1 = "\"", *d2 = "\"";
     1005                    CHAR d1[] = "\"";
     1006                    CHAR d2[] = "\"";
    10061007
    10071008                    if (!needs_quoting(wk -> li -> targetpath))
Note: See TracChangeset for help on using the changeset viewer.