1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

libgpo: fix build warning.

Thanks metze&vl.

Guenther
This commit is contained in:
Günther Deschner 2008-04-14 18:21:21 +02:00
parent 8331fbe735
commit cb3f1df7d8

View File

@ -798,8 +798,9 @@ void dump_reg_val(int lvl, const char *direction,
(int)val->v.dword, val->v.dword));
break;
case REG_QWORD:
DEBUG(lvl,("%d (0x%016lx)\n",
(int)val->v.qword, val->v.qword));
DEBUG(lvl,("%d (0x%016llx)\n",
(int)val->v.qword,
(unsigned long long)val->v.qword));
break;
case REG_SZ:
DEBUG(lvl,("%s (length: %d)\n",