From 0dfaf0870f38eb3bb90c624e74b76014e54bdc9f Mon Sep 17 00:00:00 2001 From: Debian Med Packaging Team Date: Wed, 19 Jul 2017 10:00:08 +0100 Subject: [PATCH] test-regidx-unsigned-char Gbp-Pq: Name test-regidx-unsigned-char.patch --- test/test-regidx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-regidx.c b/test/test-regidx.c index d318fb4..be44077 100644 --- a/test/test-regidx.c +++ b/test/test-regidx.c @@ -336,7 +336,7 @@ int main(int argc, char **argv) {"seed",1,0,'s'}, {0,0,0,0} }; - char c; + int c; int seed = (int)time(NULL); while ((c = getopt_long(argc, argv, "hvs:",loptions,NULL)) >= 0) { -- 2.30.2