commit 6d370ba3a3cde7ccd043cc300db7f17118b52abf
parent 7ceae2f47d5213f7be09e60945e6a337fe159629
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Sun, 26 Jul 2015 22:29:50 +0200
Correctly display bits in rendering summary
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
@@ -273,7 +273,7 @@ int main(int argc, char *argv[])
}
if (fileIsANSi == true || fileIsBinary == true ||
fileIsPCBoard == true || fileIsTundra == true) {
- printf("Bits: %s\n", bits);
+ printf("Bits: %d\n", int_bits);
}
if (fileIsANSi == true || fileIsBinary == true || fileIsPCBoard == true) {
printf("iCE Colors: %s\n", icecolors);