[Seqan-dev] Error in parsing tutorial


Hello,

I think I found an error in the parsing tutorial.
In the example code for the read* and skip* functions it says:
> res = skipLine(buffer, reader);
I think this has to be:
> res = skipLine(reader);
At least this is how it works for me.

The comment function on the page is not working so I post this here.

Cheers,
felix