From 27dce768d3801409a734f24765ea92e67ffbd014 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 24 Oct 2008 14:57:03 +0200 Subject: Remove more usages of global_loadparm. --- source4/lib/registry/tools/regpatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry/tools') diff --git a/source4/lib/registry/tools/regpatch.c b/source4/lib/registry/tools/regpatch.c index add59a5e64..03d29a598b 100644 --- a/source4/lib/registry/tools/regpatch.c +++ b/source4/lib/registry/tools/regpatch.c @@ -68,7 +68,7 @@ int main(int argc, char **argv) poptFreeContext(pc); - reg_diff_apply(h, patch); + reg_diff_apply(h, lp_iconv_convenience(cmdline_lp_ctx), patch); return 0; } -- cgit