From: Debian Med Packaging Team Date: Sat, 29 Jul 2017 08:38:27 +0000 (+0100) Subject: test-regidx-unsigned-char X-Git-Tag: archive/raspbian/1.4.1-3+rpi1~1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=343b18ee692c0c86bc2dd289a80af38bdd0a1d34;p=bcftools.git test-regidx-unsigned-char Gbp-Pq: Name test-regidx-unsigned-char.patch --- 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) {