From f25fa7b132ef08431455075dadcf1823a5796dba Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Mon, 13 Feb 2017 18:02:32 +0100 Subject: Seems to work reasonably well. --- src/sequence/sequence_to_string.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/sequence/sequence_to_string.c') diff --git a/src/sequence/sequence_to_string.c b/src/sequence/sequence_to_string.c index 919ef0b..8666204 100644 --- a/src/sequence/sequence_to_string.c +++ b/src/sequence/sequence_to_string.c @@ -69,8 +69,8 @@ static int increment_required_capacity ZoO_S_ERROR ( io, - "String capacity increment aborted, as the new capacity would not" - " fit in a ZoO_index variable." + "String capacity increment aborted, as the new capacity would not " + "fit in a ZoO_index variable." ); return -1; @@ -85,8 +85,8 @@ static int increment_required_capacity ZoO_S_ERROR ( io, - "String capacity increment aborted, as the new size would not fit" - " in a size_t variable." + "String capacity increment aborted, as the new size would not fit " + "in a size_t variable." ); return -2; -- cgit v1.2.3-70-g09d2