rockchip-linux / rkdeveloptool

GNU General Public License v2.0
159 stars 91 forks source link

Fix pack parsing #19

Closed kgoger closed 6 years ago

kgoger commented 6 years ago

The index needѕ to be incremented after a valid path was found. Otherwise gOpts.loader[index].name will be out of of bound after the second iteration.

Signed-off-by: Klaus Goger klaus.goger@theobroma-systems.com