(empfile_ca): Rename selector file_name to file, to match the member

name.
This commit is contained in:
Markus Armbruster 2005-10-30 16:52:10 +00:00
parent 4cb1f13347
commit dd019b605c

View file

@ -493,7 +493,7 @@ struct castr rpt_ca[] = {
struct castr empfile_ca[] = {
{NSC_STRING, 0, 0, offsetof(struct empfile, name), "name", EF_BAD},
{NSC_INT, 0, 0, offsetof(struct empfile, uid), "uid", EF_BAD},
{NSC_STRING, 0, 0, offsetof(struct empfile, file), "file_name", EF_BAD},
{NSC_STRING, 0, 0, offsetof(struct empfile, file), "file", EF_BAD},
{NSC_INT, 0, 0, offsetof(struct empfile, flags), "flags", EF_BAD},
{NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
};