From f5dd6b27500855975aceccaa0f0478bfe7cccaaf Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Fri, 9 May 2003 06:23:55 +0000 Subject: Sync to the changes in head ... (This used to be commit 7f76eac5a0f93107d990b0fde651838c38970092) --- source3/utils/editreg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/editreg.c b/source3/utils/editreg.c index ff48bc5bf0..08561dd868 100644 --- a/source3/utils/editreg.c +++ b/source3/utils/editreg.c @@ -341,7 +341,7 @@ Hope this helps.... (Although it was "fun" for me to uncover this things, #define SSVAL(buf, val) \ ((((unsigned char *)(buf))[0])=(unsigned char)((val)&0xFF),\ - (((unsigned char *)(buf))[1])=(unsigned char)(((val)>>8)&0xFF)) + (((unsigned char *)(buf))[1])=(unsigned char)((val)>>8)) static int verbose = 0; static int print_security = 0; -- cgit