X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Ftools.c;h=985362d17c2edf8b88835911fdbaee9088f9dc19;hp=6ecb7da80e68c752bccb65e7c378ece4ac03f982;hb=b3e84a339e7a4c777209b0bbceaca40bb71a2594;hpb=de5f0224c8b119f1be15457262bd6e66f160657f diff --git a/src/tools.c b/src/tools.c index 6ecb7da..985362d 100644 --- a/src/tools.c +++ b/src/tools.c @@ -212,7 +212,8 @@ char **table_end(struct Table *table) { } } } - } + } else if(table->col_flags[col] & TABLE_FLAG_COL_SKIP_NULL) + continue; i -= j; if(col < table->width-1) { for(;i < table->maxwidth[col]; i++) {