]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: test-istream-base64-decoder - Use unsigned int for bit field in random test.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Thu, 5 Sep 2019 12:21:53 +0000 (14:21 +0200)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Tue, 10 Sep 2019 07:02:39 +0000 (10:02 +0300)
src/lib/test-istream-base64-decoder.c

index 466b538749246cbd3b1fafdd345c08c74488770c..6b8e3262c353d71742a79e7302749c3153427ba3 100644 (file)
@@ -143,7 +143,7 @@ test_istream_base64_io_random(void)
                struct istream *top_input;
                const unsigned char *data;
                unsigned int chpl1, chpl2;
-               unsigned char sized_streams;
+               unsigned int sized_streams;
                size_t size;
                struct base64_encoder b64enc;