summaryrefslogtreecommitdiffstats
path: root/ClockMeter.c
diff options
context:
space:
mode:
Diffstat (limited to 'ClockMeter.c')
-rw-r--r--ClockMeter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClockMeter.c b/ClockMeter.c
index 3cc9dd03..023ca425 100644
--- a/ClockMeter.c
+++ b/ClockMeter.c
@@ -19,7 +19,7 @@ static const int ClockMeter_attributes[] = {
CLOCK
};
-static void ClockMeter_updateValues(Meter* this, char* buffer, int size) {
+static void ClockMeter_updateValues(Meter* this, char* buffer, size_t size) {
time_t t = time(NULL);
struct tm result;
struct tm* lt = localtime_r(&t, &result);