Description: Fix test-regidx argument parsing on archs with unsigned char On architectures where char is unsigned "c >= 0" was always true. Author: Adrian Bunk Bug-Debian: https://bugs.debian.org/865060 --- a/test/test-regidx.c +++ b/test/test-regidx.c @@ -336,7 +336,7 @@ {"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) { '/'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
AgeCommit message (Expand)Author
2020-06-17.guix-channel: Add primary URL....* .guix-channel: Add 'url'. Ludovic Courtès
2020-06-16.guix-channel: Add 'keyring-reference'....* .guix-channel: Add 'keyring-reference'. Ludovic Courtès
2019-09-23Add '.guix-channel' file....* .guix-channel: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès