[comp.sources.misc] v02i076: Patch to "pstrings" package

ian@unix.computer-science.manchester.ac.uk (Ian Cottam) (03/16/88)

Submitted-By: "Ian Cottam" <ian@unix.computer-science.manchester.ac.uk>

Archive-Name: pstrings/Patch1


comp.sources.misc: Volume 2, Issue 76
Submitted-By: "Ian Cottam" <ian@unix.computer-science.manchester.ac.uk>
Archive-Name: pstrings/Patch1

[Have a bugfix, already.  Old-style diff, sigh... and apparently it's a
diff to the *shar* *file* (and of course I only discover this *after*
posting the thing....)  Not my day.  ++bsa]

It is the (intended) recursive call of readtS which I typed as readS...
___________
1342c1342
< 		readtS(f, t, stop);
---
> 		readS(f, t);
___________
Thanks
-Ian ( Cottam )