diff options
author | louie <lshprung@yahoo.com> | 2020-07-11 17:08:41 -0700 |
---|---|---|
committer | louie <lshprung@yahoo.com> | 2020-07-11 17:08:41 -0700 |
commit | 8f36e6816b5d5bd968f28e3c0acb269560d2796f (patch) | |
tree | 221717b1fd6f5a5df8bb0b23187d6f1106275bf0 /read_cfg.c | |
parent | 8ec8e9d5dd37eac5266f8cd94ce946f23f436ef9 (diff) |
Added hiding of empty groups
Diffstat (limited to 'read_cfg.c')
-rw-r--r-- | read_cfg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -134,7 +134,6 @@ void check_line(char *buffer){ else printf("Error: Unknown Compatability Mode Argument \"%s\"\n", args[1]); } - //TODO fix this so it can give an error that it doesn't recognize args[0] else{ //remaining possibilities involve args[1] being a char* referring to a group g = get_groups(); |