commit 38aa11385dfb3c592ccb9c11418aefd76cd42e43
parent 730c83643f37f8a887c58e8b80c3992295dd0bf7
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 31 Dec 2018 09:04:28 +0100
Update ChangeLog and fix typo in README
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -10,6 +10,9 @@
- Use 'X' instead of integer value for the start of SGR sequences
- Always check that seqTok is not NULL before using it
- Move the include guards to the top of header files
+- Add format validation checks for the XBin loader
+- Increment ansi_buffer by more than one element at a time when using
+ realloc
diff --git a/README.md b/README.md
@@ -2,7 +2,7 @@
[![Build Status][1]][2] [![Coverity Scan Build Status][3]][4]
-libansilove is a library to converts ANSi and artscene related file formats
+libansilove is a library to convert ANSi and artscene related file formats
into PNG images.
# Dependencies