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
}
}
} else
STRLCPY(buf, ((char_u **)(tag_fnames.ga_data))[
tnp->tn_hf_idx++], MAXPATHL);
} else {
STRLCPY(buf, ((char_u **)(tag_fnames.ga_data))[tnp->tn_hf_idx++],
MAXPATHL);
}
return OK;
}