1
1
fix: incorrect parse invalid input parameters in etags_set_definition_hash
Этот коммит содержится в:
Ilia Maslakov 2009-06-23 09:23:34 +00:00
родитель 105c56fb4d
Коммит 9283c14213

Просмотреть файл

@ -131,6 +131,9 @@ int etags_set_definition_hash(const char *tagfile, const char *start_path,
int pos;
char *filename = NULL;
if ( !match_func || !tagfile )
return 0;
/* open file with positions */
f = fopen (tagfile, "r");
if (!f)