Merge branch '3698_etags_codejump'

This commit is contained in:
Yury V. Zaytsev 2016-10-08 16:34:56 +02:00
commit 85a28f11ae

View File

@ -214,7 +214,7 @@ etags_set_definition_hash (const char *tagfile, const char *start_path,
pos = strcspn (buf, ",");
g_free (filename);
filename = g_strndup (buf, pos + 1);
filename = g_strndup (buf, pos);
state = in_define;
break;
}