Merge branch 'master' of supraverse.net:libpsyc

This commit is contained in:
tg(x) 2011-05-17 12:27:35 +02:00
commit 868341b655
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ struct ParseState
void getRemainingBuffer ( ref ubyte[] buf )
{
buf = this.buffer.ptr[cursor .. getRemainingLength()];
buf = this.buffer.ptr[cursor .. cursor + getRemainingLength()];
}
}