diff options
author | Sven Eden <sven.eden@gmx.de> | 2013-02-11 09:17:57 +0100 |
---|---|---|
committer | Sven Eden <sven.eden@gmx.de> | 2013-02-11 09:17:57 +0100 |
commit | e74545958730cd682cc5623e8825407db2119a3b (patch) | |
tree | fc9361609f3a95e8f59848a4a692f1590d863a50 /ufed-curses-checklist.c | |
parent | Fixed output string for global descriptions, the sixth state char was missing. (diff) | |
download | ufed-e74545958730cd682cc5623e8825407db2119a3b.tar.gz ufed-e74545958730cd682cc5623e8825407db2119a3b.tar.bz2 ufed-e74545958730cd682cc5623e8825407db2119a3b.zip |
Updated state chars input to await six characters instead of five.
Diffstat (limited to 'ufed-curses-checklist.c')
-rw-r--r-- | ufed-curses-checklist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufed-curses-checklist.c b/ufed-curses-checklist.c index 0f60845..a5baf44 100644 --- a/ufed-curses-checklist.c +++ b/ufed-curses-checklist.c @@ -141,7 +141,7 @@ static void read_flags(void) ERROR_EXIT(-1, "Description read failed on line %d\n\"%s\"\n", lineNum + 1, line); // Check stats - if ((state.end - state.start) != 5) + if ((state.end - state.start) != 6) ERROR_EXIT(-1, "Illegal description stats on line %d:\n\"%s\"\n", lineNum + 1, line); // Add description line to flag: |