Logical Error Fixed #64

Closed
opened 2026-01-29 15:02:18 +00:00 by claunia · 1 comment
Owner

Originally created by @Suraj-Patro on GitHub (Oct 24, 2020).

Description

Bug fixed in conversions/c_atoi_str_to_integer.c & formatting
Logical error fixed in conversions/c_atoi_str_to_integer.c

Expected Behavior

Should succesfully pass all assertions

Actual Behavior

Fails to pass all assertions.

Possible Fix

Steps to Reproduce

Compile & Execute Code.

Context

Failed to assert all the checks.

Originally created by @Suraj-Patro on GitHub (Oct 24, 2020). <!--- Provide a general summary of the issue in the Title above --> ## Description <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> Bug fixed in conversions/c_atoi_str_to_integer.c & formatting Logical error fixed in conversions/c_atoi_str_to_integer.c ## Expected Behavior <!--- Tell us what should happen --> Should succesfully pass all assertions ## Actual Behavior <!--- Tell us what happens instead --> Fails to pass all assertions. ## Possible Fix <!--- Not obligatory, but suggest a fix or reason for the bug --> ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> Compile & Execute Code. ## Context <!--- How has this bug affected you? What were you trying to accomplish? --> Failed to assert all the checks.
claunia added the bug label 2026-01-29 15:02:18 +00:00
Author
Owner

@Panquesito7 commented on GitHub (Oct 26, 2020):

Please create a PR and we'll review it. Thank you. 🙂

@Panquesito7 commented on GitHub (Oct 26, 2020): Please create a PR and we'll review it. Thank you. 🙂
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#64