aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-10-12 19:33:39 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-10-12 19:33:39 +0300
commit740068b42c4097515a0c531209cc6b49c4453426 (patch)
treeae759259a614dda5fab12b5741f08c21d416ced4 /tests
parent5ab7c300ddb876a6409f38c8b6167af0e9394847 (diff)
downloadgrecs-740068b42c4097515a0c531209cc6b49c4453426.tar.gz
grecs-740068b42c4097515a0c531209cc6b49c4453426.tar.bz2
Minor fixes.
Diffstat (limited to 'tests')
-rw-r--r--tests/gcfset.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gcfset.c b/tests/gcfset.c
index 9ad3a94..bb54876 100644
--- a/tests/gcfset.c
+++ b/tests/gcfset.c
@@ -265,7 +265,8 @@ main(int argc, char **argv)
if (proglist) {
struct grecs_list_entry *ep;
- printf("Programs configured: %d\n", grecs_list_size(proglist));
+ printf("Programs configured: %lu\n",
+ (unsigned long) grecs_list_size(proglist));
for (ep = proglist->head; ep; ep = ep->next)
print_program(ep->data);
}

Return to:

Send suggestions and report system problems to the System administrator.