rc: fix and improve script scanning START and STOP
authorChristian Marangi <ansuelsmth@gmail.com>
Tue, 31 Jan 2023 14:28:17 +0000 (15:28 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Tue, 31 Jan 2023 15:11:17 +0000 (16:11 +0100)
commit4de3f02e3124994ad30600a69711150f1e9c9956
tree2e6815fa8d7b085edd34a73d6a95a7c308719b93
parentc0df2a7af7d6284f4a446de15d0dab17124d9448
rc: fix and improve script scanning START and STOP

Currently we stop searching at the first occurence of START or STOP
entry. This is wrong since we totally miss the other data (START or
STOP) in the occurence of the other.

Fix and improve script scanning by:
- Increase the line max length to 255 char to read it in one go.
- Scan only the first 10 lines.
- Don't stop at the first occurence and try to search also for the other
  data.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
rc.c