From da0603c0c34c716b7c9eb089388462d52ad1c60b Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Thu, 16 Jan 2003 23:29:14 +0000 Subject: Merge the fix from head about short variables. (This used to be commit e408bf329163e45e60ebd1aef648f79aaeef1c13) --- source3/utils/profiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/utils/profiles.c b/source3/utils/profiles.c index 9424233e11..14b480cd16 100644 --- a/source3/utils/profiles.c +++ b/source3/utils/profiles.c @@ -537,7 +537,7 @@ int main(int argc, char *argv[]) HBIN_HDR *hbin_hdr; NK_HDR *nk_hdr; SK_HDR *sk_hdr; - WORD first_sk_off, sk_off; + DWORD first_sk_off, sk_off; MY_SEC_DESC *sec_desc; int *ptr; -- cgit