From 8705fbc42cb3d93a7a56f2673e6e1a19d346abee Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sat, 5 Aug 2000 19:18:25 +0000 Subject: it is not my day it seems. :-( Fixed missing ) j- (This used to be commit 7b69cbbde36e51f8f7b74691428a04e8871d8b4a) --- source3/rpc_parse/parse_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/rpc_parse/parse_misc.c b/source3/rpc_parse/parse_misc.c index 1cc072b7b5..c22f1a5d2e 100644 --- a/source3/rpc_parse/parse_misc.c +++ b/source3/rpc_parse/parse_misc.c @@ -885,7 +885,7 @@ void init_unistr2_from_unistr (UNISTR2 *to, UNISTR *from) found = False; while (!found) { - if (from->buffer)[i]=='\0') + if ((from->buffer)[i]=='\0') found = True; else i++; -- cgit