Commit ccfd1156 authored by claes's avatar claes

dcli_search_file didn't fied file with two points in the name

parent a81bea9d
......@@ -436,10 +436,10 @@ int dcli_parse_filename( char *filename,
*s = 0;
/* Type */
if ( (s = strchr( ltype+1, '.')) != 0)
*s = 0;
if ( (s = strchr( ltype+1, ';')) != 0)
*s = 0;
// if ( (s = strchr( ltype+1, '.')) != 0)
// *s = 0;
// if ( (s = strchr( ltype+1, ';')) != 0)
// *s = 0;
*version = 0;
......
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