2010-09-21, 12:34 PM
Fiel Wrote:Eos, it's \r\n, not \n\r. At any rate, check the newlines in the file.Depends on your OS.
Windows likes to do 0d0a, *nixes are more explicit and tend towards just \n but I'm used to \n\r from TTY outputs.
Compiled and worked successfully on my sample which is what matters

