Commit 95a18e8b authored by claes's avatar claes

/data0/pwr/x4-1-0/rls_dbg/os_linux/hw_x86/exp/doc/en_us/orm in search path

parent ca18c0c4
......@@ -23,11 +23,11 @@ int FlowImage::insert_image( char *imagefile)
strcpy( image_filename, imagefile);
// Look for file in $pwrp_exe, $pwr_doc/orm and $pwr_exe
// Look for file in $pwrp_exe, $pwr_doc/en_us/orm and $pwr_exe
for ( int i = 0; i < 3; i++) {
switch( i) {
case 0: strcpy( filename, "$pwrp_exe/"); break;
case 1: strcpy( filename, "$pwr_doc/orm/"); break;
case 1: strcpy( filename, "$pwr_doc/en_us/orm/"); break;
case 2: strcpy( filename, "$pwr_exe/"); break;
}
strcat( filename, imagefile);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment