Re: Problem when recording with append mode
- Posted by sergelli Jan 05, 2013
- 931 views
jimcbrown said...
You'll need to use getc(), instead of gets(), to do this check.
I used the getc() function and your code inside my program and now everything is working perfectly.
Many thanks to jimcbrown
Sergio