]> Kevux Git Server - fll/commit
Bugfix: The iki_read program is not handling verbosity correctly.
authorKevin Day <thekevinday@gmail.com>
Mon, 16 May 2022 00:25:15 +0000 (19:25 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 16 May 2022 00:25:15 +0000 (19:25 -0500)
commit02ecc64c52ce67a8296cafbc8a0ee13d991c8759
treed4c0af0eda38b7d2c4c59cd345590023721a9793
parent51bdf094ce1f8b5d100dc987540d93010b106bda
Bugfix: The iki_read program is not handling verbosity correctly.

The newline should be printed at the end of the program unless in quiet mode.
This fails for two reasons:
1) The conditional checks before printing are wrong.
2) The quiet parameter is at the wrong position resulting in it being mixed up with the "no color" parameter.
level_3/iki_read/c/common.h
level_3/iki_read/c/iki_read.c