mirror of
https://github.com/sharkcz/rkdeveloptool.git
synced 2024-11-22 14:06:47 +01:00
parse_parameter: Continue parsing after 'mtdparts'.
The parse_paramter loop iterates over a parameter.txt file's contents and parses that line-by-line. However, the current implementation silently stops after parsing 'mtdparts'. This is problematic if a 'uuid' token is found in one of the following lines. This patch addresses the problem, by simply continue to iterate over the next lines after 'mtdparts'. Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
This commit is contained in:
parent
610bb714ae
commit
8be0e034fd