[PR #807] fix: assertion failed on negative numbers in conversions/c_atoi_str_to_integer.c #1331

Closed
opened 2026-01-29 15:19:21 +00:00 by claunia · 0 comments
Owner

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.

**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.
claunia added the pull-request label 2026-01-29 15:19:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1331