You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a line in the locate_c function in M_CLI2 that should be calling NINT() instead of INT() that causes incorrect command line argument parsing. Recent versions of M_CLI2 have it corrected. It is only known to cause an issue on 32-bit platforms.
Expected Behaviour
Expected command line options to be parsed correctly,
Version of fpm
0.7.0
Platform and Architecture
OpenBSD
Additional Information
Plan on creating a PR to use use a newer version of M_CLI2.