Show
Ignore:
Timestamp:
16/07/10 09:35:17 (23 months ago)
Author:
westram
Message:
  • param int->bool
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RNA3D/RNA3D_Textures.cxx

    r6383 r6678  
    4646    } 
    4747 
    48     char *fname = GBS_find_lib_file(imageName, "rna3d/images/", 0); 
     48    char *fname = GBS_find_lib_file(imageName, "rna3d/images/", false); 
    4949    if (!fname) { 
    5050        throw string("File not found: ")+imageName;