mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
22474: use variable argument lists to improve error message handling
This commit is contained in:
parent
fd240e09b0
commit
dd5602f59b
52 changed files with 937 additions and 931 deletions
|
@ -460,7 +460,7 @@ getlanginfo(UNUSED(HashTable ht), char *name)
|
|||
}
|
||||
else
|
||||
{
|
||||
/* zwarn("no such lang info: %s", name, 0); */
|
||||
/* zwarn("no such lang info: %s", name); */
|
||||
pm->u.str = dupstring("");
|
||||
pm->node.flags |= PM_UNSET;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue