summaryrefslogtreecommitdiff
path: root/source3/libgpo/gpo_reg.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/libgpo/gpo_reg.c')
-rw-r--r--source3/libgpo/gpo_reg.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/libgpo/gpo_reg.c b/source3/libgpo/gpo_reg.c
index 06ebdc444c..7a005d85a2 100644
--- a/source3/libgpo/gpo_reg.c
+++ b/source3/libgpo/gpo_reg.c
@@ -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",