Skip to content

Fixed issue 58. The enum for OSes included an entry for "invalid OS target"...

Fixed issue 58. The enum for OSes included an entry for "invalid OS target" at value=0. This was not taken into account in the loop. A +1 was added to have the loop index starting at 1 instead of 0 to skip the "invalid OS target" entry.

Closes #58 (closed)

Merge request reports