commit ff6cd9351a571c846e5aa1e68d8f6aec77a08a3a parent 43a2259344b292f8970447c89df3a36e42e33831 Author: Frederic Cambus <fred@statdns.com> Date: Wed, 4 Jul 2018 10:42:22 +0200 Add an error member to the ansilove_ctx struct Diffstat:
M | include/ansilove.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/ansilove.h b/include/ansilove.h @@ -19,6 +19,7 @@ struct ansilove_ctx { unsigned char *buffer; size_t length; + int error; }; struct output {