mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #807] fix: assertion failed on negative numbers in conversions/c_atoi_str_to_integer.c
#1331
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/TheAlgorithms/C/pull/807
State: closed
Merged: Yes
Description of Change
Notes: fixed previous commit from another user (added
i++). was assert-fail on negative numbers.