(ichrstr): Rename member i_vtype to i_uid.
(ichr_ca): Rename selector vtype to uid.
This commit is contained in:
parent
96a1e8277a
commit
783b00bbad
24 changed files with 59 additions and 59 deletions
|
@ -65,7 +65,7 @@ mark(void)
|
|||
ip = item_by_name(p);
|
||||
if (!ip)
|
||||
return RET_SYN;
|
||||
return display_mark(ip->i_vtype, 0);
|
||||
return display_mark(ip->i_uid, 0);
|
||||
}
|
||||
}
|
||||
return display_mark(I_NONE, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue