Changes between Version 23 and Version 24 of WorkGeneration


Ignore:
Timestamp:
Dec 18, 2008, 3:02:05 PM (15 years ago)
Author:
remohammadi
Comment:

invalid conversion from ‘char’ to ‘const char’ :D (output of g++, excpet the smiley part)

Legend:

Unmodified
Added
Removed
Modified
  • WorkGeneration

    v23 v24  
    180180    DB_WORKUNIT wu;
    181181    char* wu_template;
    182     char* infiles[] = {"infile"};
     182    const char* infiles[] = {"infile"};
    183183    char path[1024];
    184184