



nitfol 0.5 will spew out warnings at the input line with an error for games
compiled with Inform libraries 6/x To prevent this change the following lines in Parserm.h: into
About Patches
Issue L60708
Buffers declared incorrectly
Submitted by: Torbjörn Andersson
Appeared in: Library 6/7 or before
Fixed in: Library 6/11
Problem
Solution
Array buffer -> 121; ! Buffer for parsing main line of input
Array parse -> 65; ! Parse table mirroring it
Array buffer2 -> 121; ! Buffers for supplementary questions
Array parse2 -> 65; !
Array buffer3 -> 121; ! Buffer retaining input for "again"
Array buffer -> 123; ! Buffer for parsing main line of input
Array parse -> 65; ! Parse table mirroring it
Array buffer2 -> 123; ! Buffers for supplementary questions
Array parse2 -> 65; !
Array buffer3 -> 123; ! Buffer retaining input for "again"
Last updated 2 May 2008. The librarian in charge of this page is Roger Firth. Please email any comments, suggestions or corrections to roger@firthworks.com.