From 9d9098764e8d6f52ed506d500c061bb9878a62c8 Mon Sep 17 00:00:00 2001 From: Sven Eden Date: Fri, 1 Feb 2013 16:27:43 +0100 Subject: Added a post-load analyzation to make use flags, that have only local descriptions which are all masked and/or forced unchangeable. --- ufed-curses-checklist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ufed-curses-checklist.c') diff --git a/ufed-curses-checklist.c b/ufed-curses-checklist.c index c8ccd65..c28a824 100644 --- a/ufed-curses-checklist.c +++ b/ufed-curses-checklist.c @@ -169,7 +169,8 @@ static void read_flags(void) ++lineNum; } // loop through description lines - // Add line data to the list stats + // Update flag states and add data to the list stats + genFlagStats(newFlag); addLineStats(newFlag, &listStats); } // loop while input given -- cgit v1.2.3-65-gdbad