stephane / libmodbus

A Modbus library for Linux, Mac OS, FreeBSD and Windows
http://libmodbus.org
GNU Lesser General Public License v2.1
3.29k stars 1.71k forks source link

small bug in win32 configure.js get micro version from configure.ac #704

Open ottelo9 opened 1 year ago

ottelo9 commented 1 year ago

In row 62 in the configure.js there is a small bug. the function reads the micro version from the file configure.ac . Now its version 10 so two numbers but the function only reads one number.

verMicro = s.substr(s.indexOf(",") + 3, 1); <--- 1 = only read one number