Ignore:
Timestamp:
02/08/13 03:29:17 (11 years ago)
Author:
Maciej Komosinski
Message:

improved parsing of properties (e.g. in f0 genotypes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/multiparamload.cpp

    r66 r81  
    193193const char* thisfilename=file->VgetPath();
    194194SString newfilename;
    195 const char* t=thisfilename?strrchr(thisfilename,PATHSEPARATORCHAR):0;
     195const char* t=thisfilename?strrchr(thisfilename,PATH_SEPARATOR_CHAR):0;
    196196
    197197if (thisfilename && t)
Note: See TracChangeset for help on using the changeset viewer.