uthcode / learntosolveit

The C Programming Language Companion
http://www.learntosolveit.com
Other
198 stars 1.37k forks source link

Update Ex_5.7_readlines_using_array.c #149

Open Oroweln opened 2 years ago

Oroweln commented 2 years ago

Added a sort of checking at line 60 with a goto, in order to make program functional, otherwise its stuck at the while loop forever and program wont do anything besides take input. This way program runs properly.