mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-02 05:02:58 +03:00
Merge branch '3698_etags_codejump'
This commit is contained in:
commit
85a28f11ae
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user