From c627c12cab8949a132f5d1ecf2d7b0193e7ded44 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Thu, 28 May 2015 15:19:07 +1000 Subject: [PATCH] User id is an integer --- src/stratifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stratifier.c b/src/stratifier.c index 789716a4..b788266b 100644 --- a/src/stratifier.c +++ b/src/stratifier.c @@ -2473,7 +2473,7 @@ static json_t *userinfo(const user_instance_t *user) { json_t *val; - JSON_CPACK(val, "{ss,sI,si,sf,sf,sf,sf,sf,sf,si}", + JSON_CPACK(val, "{ss,si,si,sf,sf,sf,sf,sf,sf,si}", "user", user->username, "id", user->id, "workers", user->workers, "bestdiff", user->best_diff, "dsps1", user->dsps1, "dsps5", user->dsps5, "dsps60", user->dsps60, "dsps1440", user->dsps1440, "dsps10080", user->dsps10080,