This commit is contained in:
Jan Edmund Lazo
2019-05-07 03:24:37 -04:00
parent f4e5cd200a
commit 32059526de

View File

@@ -2044,9 +2044,10 @@ get_tagfname (
return FAIL; // avoid duplicate file names return FAIL; // avoid duplicate file names
} }
} }
} else } else {
STRLCPY(buf, ((char_u **)(tag_fnames.ga_data))[ STRLCPY(buf, ((char_u **)(tag_fnames.ga_data))[tnp->tn_hf_idx++],
tnp->tn_hf_idx++], MAXPATHL); MAXPATHL);
}
return OK; return OK;
} }