Hi,
There must have been windows style lines, as I edited the file
structure on a windows system and later transferred the files onto
Ubuntu for further editing.
Currently my system works nicely, and that fix will surely prevent
line feed problems for those who work on windows with virtual
machin
Hello,
did you have windows/dos end of line style, I mean '\r\n'? Checking
quickly the code, the '\r' is not considered in the grammar, but with
'\n' as eof (unix/linux style), all should be fine.
I will add a fix for '\r'.
Cheers,
Daniel
On 11/16/12 10:11 AM, Pirjo Ahvenainen wrote:
Hi ag
Hi again,
Looks like I solved my own problem quickly: I tried adding a space
after each include_file "file.cfg" statement and now config file check
passes ok! Before I only had crlf after the quotes.
Just for curiosity, is this intentional and if so, what is the purpose
of whitespace after the qu