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
Problem: isdigit() receives a char* instead of char
Solution: as a quick fix, pick the first char of the string we pass.
The proper fix would be to use the str_*() API for safe conversions,
in a later iteration.
See-also: networkupstools#676
Signed-off-by: Jim Klimov <EvgenyKlimov@eaton.com>
0 commit comments