lpac/src
Andreas Eversberg 8f68d5c7e5
fix: handling of notification with sequence number 0 correctly (#429)
Correctly check, if strtoul() converted the sequence number from command
line to integer. A return value of 0 is not an error. Instead it
successfully converted the command line argument to 0, unless the end
pointer (str_end) equals the nptr.

Co-authored-by: Andreas Eversberg <jolly@eversberg.eu>
2026-06-14 21:34:01 +08:00
..
applet fix: handling of notification with sequence number 0 correctly (#429) 2026-06-14 21:34:01 +08:00
applet.c chore(format): reformat all code 2025-08-15 23:11:39 +08:00
applet.h chore(format): reformat all code 2025-08-15 23:11:39 +08:00
CMakeLists.txt refactor(driver): make driver mechanism full dynamic (#377) 2025-10-10 00:08:42 +08:00
jprint.c fix(cJSON): invoke paired memory release function (#329) 2025-09-09 20:05:47 +08:00
jprint.h refactor: make use system cJSON library possible (#314) 2025-09-05 12:55:49 +08:00
LICENSE code change to multi-license 2023-12-28 12:47:00 +08:00
lpac.manifest fix(cmake): correctly embed manifest on MinGW target and check Windows version before actual work (#343) 2025-09-17 23:59:09 +08:00
lpac.rc fix(cmake): correctly embed manifest on MinGW target and check Windows version before actual work (#343) 2025-09-17 23:59:09 +08:00
main.c refactor(driver): make driver mechanism full dynamic (#377) 2025-10-10 00:08:42 +08:00
main.h chore(format): reformat all code 2025-08-15 23:11:39 +08:00