summaryrefslogtreecommitdiff
path: root/test_mkgmtime.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-03-18 15:16:41 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-03-18 15:16:41 +0000
commit90cec3a4b8a3b7b1f1871803d1ddbee3548632ff (patch)
tree0937339e1ef00cc2a5d75003716ff97408ccc056 /test_mkgmtime.c
parent14e24f2bee25c45db9e50266b08e8bf15f8934af (diff)
downloadgpsd-90cec3a4b8a3b7b1f1871803d1ddbee3548632ff.tar.gz
Regression machinery cleanup.
Diffstat (limited to 'test_mkgmtime.c')
-rw-r--r--test_mkgmtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_mkgmtime.c b/test_mkgmtime.c
index 9007fe03..5a8dc638 100644
--- a/test_mkgmtime.c
+++ b/test_mkgmtime.c
@@ -93,7 +93,7 @@ int main(int argc, char *argv[])
failed = true;
strftime(tbuf, sizeof(tbuf), "%F %T", &tests[i].t);
printf("test %2d failed. " \
- "Time returned from: %s should be %u (but was: %u)\n",
+ "Time returned from: %s should be %lu (but was: %lu)\n",
i, tbuf, tests[i].result, ts);
}
}