Changes between Version 11 and Version 12 of ValidationSimple


Ignore:
Timestamp:
Oct 4, 2008, 2:38:16 PM (16 years ago)
Author:
nickuwo
Comment:

fi -> fi.path otherwise it does not compile.

Legend:

Unmodified
Added
Removed
Modified
  • ValidationSimple

    v11 v12  
    6666    double x;
    6767
    68     retval = get_output_file_path(result, fi);
     68    retval = get_output_file_path(result, fi.path);
    6969    if (retval) return retval;
    7070    retval = try_fopen(fi.path.c_str(), f, "r");