cvs commit: hugs98/src static.c storage.c
Alastair Reid
reid@glass.cse.ogi.edu
Sat, 22 Jun 2002 10:01:35 -0700
reid 2002/06/22 10:01:35 PDT
Modified files:
src static.c storage.c
Log:
Fixed rather foolish bug in subText:
subText builds a Text from a sub-string of a String.
It did this by inserting a '\0' in the string, calling findText and
restoring the string. This failed rather miserably if the String was
the result of textToStr.
Revision Changes Path
1.76 +4 -4 hugs98/src/static.c
1.44 +22 -8 hugs98/src/storage.c