From: pk910 Date: Mon, 20 Aug 2012 23:11:37 +0000 (+0200) Subject: fixed table functions (color code space) X-Git-Tag: v5.5~20 X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=commitdiff_plain;h=35b06c8fa1cd7e06fdf30782c389b3bd46dce3c7 fixed table functions (color code space) --- diff --git a/src/tools.c b/src/tools.c index 3ad8a41..23f3b59 100644 --- a/src/tools.c +++ b/src/tools.c @@ -204,7 +204,7 @@ char **table_end(struct Table *table) { if(table->contents[row][col][i] == '\002') j++; else if(table->contents[row][col][i] == '\003') { j++; - for(k = 1; k < 2; k++) { + for(k = 1; k <= 2; k++) { if(isdigit(table->contents[row][col][i+k])) j++; else