summaryrefslogtreecommitdiff
path: root/test/uat-users.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/uat-users.c')
-rw-r--r--test/uat-users.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/uat-users.c b/test/uat-users.c
index fbd7df2..5e82157 100644
--- a/test/uat-users.c
+++ b/test/uat-users.c
@@ -89,7 +89,7 @@ static bool __foreach_registered_user_cb(
char *account = NULL;
char *name = NULL;
- long timestamp = 0;
+ unsigned long long timestamp = 0;
if (user_handle) {
@@ -111,7 +111,7 @@ static bool __foreach_registered_user_cb(
ret = ua_user_get_last_presence(user_handle, &timestamp);
if (UA_ERROR_NONE == ret)
- msgb("last present at %ld", timestamp);
+ msgb("last present at %llu", timestamp);
}
return true;