localize format strings, not final error string
authorAlexandra Ellwood <lxs@mit.edu>
Mon, 27 Oct 2008 21:01:00 +0000 (21:01 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Mon, 27 Oct 2008 21:01:00 +0000 (21:01 +0000)
commit6b2185530b56fc1230cb639016df40d44c7bb2e7
tree1cbab83c08cfef4d2a3edd41f2d26d5b4199bfab
parent585ab80e390e8a61241eff1125d501207a17a749
localize format strings, not final error string

errors.c should localize the incoming format string, not
the string produced by vasprintf.  The format string is
constant and thus can be added to a localization table,
whereas the output string is not.

Note that this change depends on error_message also
localizing error table strings (which it does for KfM
already).

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20927 dc483132-0cff-0310-8789-dd5450dbe970
src/util/support/errors.c