From: Debian Med Packaging Team Date: Wed, 19 Jul 2017 09:00:08 +0000 (+0100) Subject: test-regidx-unsigned-char X-Git-Tag: archive/raspbian/1.4.1-2+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0dfaf0870f38eb3bb90c624e74b76014e54bdc9f;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) {