dtinfo subdirectory dtinfogen

This commit is contained in:
Ulrich Wilkens
2013-08-28 20:07:21 +02:00
committed by Jon Trulson
parent aef2830df2
commit eb698f32cf
43 changed files with 1074 additions and 895 deletions

View File

@@ -135,7 +135,7 @@ SearchPath::get_real_path( const char *file_name )
// remove storage object specifier
if (strncasecmp(file_name, "<OSFILE", 7) == 0) {
if (file_name = strchr(file_name, '>'))
if ((file_name = strchr(file_name, '>')))
file_name++;
else
return NULL;