lib/util Remove display_cd from d_printf()
commitbf83b641e265a7b1523545294c268c6708999d2a
authorAndrew Bartlett <abartlet@samba.org>
Tue, 21 Jun 2011 02:51:30 +0000 (21 12:51 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 21 Jun 2011 05:54:38 +0000 (21 15:54 +1000)
treec66cd6a9a58dd858ac9dc9b8be8ba37b05a6ffe1
parentc017cbfaa47f6cb7da38a7021427412fe2e62a8d
lib/util Remove display_cd from d_printf()

The setting of the display charset is now done by
convert_string_talloc() selecting the right charset based on
CH_DISPLAY.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
lib/util/dprintf.c