svn rev #20927: trunk/src/util/support/

lxs@MIT.EDU lxs at MIT.EDU
Mon Oct 27 17:01:01 EDT 2008


Commit By: lxs
Log Message: 
ticket: new
subject: 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).



Changed Files:
U   trunk/src/util/support/errors.c



More information about the cvs-krb5 mailing list