summaryrefslogtreecommitdiff
path: root/server/src/pracrodaotest.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/pracrodaotest.h')
-rw-r--r--server/src/pracrodaotest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/pracrodaotest.h b/server/src/pracrodaotest.h
index 3419978..b21e4f3 100644
--- a/server/src/pracrodaotest.h
+++ b/server/src/pracrodaotest.h
@@ -56,7 +56,7 @@ public:
std::string currval()
{
char buf[32];
- sprintf(buf, "%d", counter);
+ sprintf(buf, "%d", (int)counter);
return buf;
}