MSG strchr problem

Karl Bunch, System's Security Specialist jarob at ucrmath.UUCP
Wed Mar 19 12:12:43 AEST 1986


> Does anyone have the code for the strchr routine in the Msg program?
> 
> This is the only thing between me and a screen full of mail!
> 
> 
> Bill

I had the same problem. Try:

#define strchr=index

in hdrs/msg.h

And the recompile it again. The strchr function is the same in 
function as index.

--Karl



More information about the Comp.sources.bugs mailing list