Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI found that the problem was that I still used the strchr() function, which stopped searching for a newline when it found a zero at the first location in the buffer. Thanks for the reply.