commit 90886f742c071208abdb7ee510da39a11111a80a
parent c5d23870aab3c7ae14c2ee68bb493eb9649f5056
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Sat, 24 Mar 2012 13:09:00 +0100
version number bumped to 1.0.243
marking bugfix for 'move cursor' routine with zero coordinates
Diffstat:
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
# AnsiLove/C
-This is a complete rewrite of [AnsiLove/PHP](http://ansilove.sourceforge.net) in the C programming language. It converts ANSi and artscene related file formats into [PNG images](http://cl.ly/1D0o1M2t2Y190v33462F/o). Unlike the PHP variant, AnsiLove/C is intended as UNIX command line tool you install preferably to `/usr/bin`. The project is considered as completed and stable, current version is `1.0.237`.
+This is a complete rewrite of [AnsiLove/PHP](http://ansilove.sourceforge.net) in the C programming language. It converts ANSi and artscene related file formats into [PNG images](http://cl.ly/1D0o1M2t2Y190v33462F/o). Unlike the PHP variant, AnsiLove/C is intended as UNIX command line tool you install preferably to `/usr/bin`. The project is considered as completed and stable, current version is `1.0.243`.
# Specs
diff --git a/ansilove/alconfig.h b/ansilove/alconfig.h
@@ -14,7 +14,7 @@
#define alconfig_h
// configuration defines
-#define VERSION "1.0.237"
+#define VERSION "1.0.243"
#define PCBOARD_STRIP_CODES "@POFF@,@WAIT@"
diff --git a/ansilove/ansilove.c b/ansilove/ansilove.c
@@ -547,7 +547,6 @@ void alAnsiLoader(char *input, char output[], char font[], char bits[], char ice
ansi_buffer = malloc(sizeof(struct ansiChar));
structIndex=0;
}
-
loop+=ansi_sequence_loop+2;
break;
}