From: <je...@n-...> - 2006-03-11 05:49:09
|
Fri Mar 10 21:37:29 PST 2006 je...@n-... * fix Read (Record r) Previously, readsReadRecRow did not return the unconsumed portion of the = string, it just threw it away. This meant that you could read a single = (Record r), but you could not read a (Record r) that was inside another data type, eg [(Record r)]. = This patch, hopefully, fixes the problem. I have not tested it = extensively yet. |