commit c6db0cf0f86d8e6c167df6db799f944ac8b54650
parent a33d9ec0d57a85caef400c5ddcdc6908521e0fef
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Mon, 26 Dec 2011 22:30:26 +0100
fixed an annoying bug...
the issue occurred only with files other than .bin and when the iCE
colors flags was set
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ansilove/main.c b/ansilove/main.c
@@ -191,7 +191,7 @@ int main(int argc, char *argv[])
sprintf(bits, "%s", "8");
}
// iCE colors
- if (argc >= 7) {
+ if (argc >= 6) {
sprintf(icecolors, "%s", argv[5]);
}
else {