infosec-intern / lcthw

Some code I would like to save throughout Learn C The Hard Way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Second, third, etc. terms don't scan file

infosec-intern opened this issue · comments

Had to rewind the file pointer after each term for loop iteration

Without that, each term after the first was starting at the end of the file and stopping immediately