Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!lll-crg!lll-lcc!ucdavis!ucrmath!jarob From: jarob@ucrmath.UUCP (Karl Bunch, System's Security Specialist) Newsgroups: net.sources.bugs,net.sources.d Subject: Re: MSG strchr problem Message-ID: <152@ucrmath.UUCP> Date: Tue, 18-Mar-86 21:12:43 EST Article-I.D.: ucrmath.152 Posted: Tue Mar 18 21:12:43 1986 Date-Received: Sat, 22-Mar-86 02:34:20 EST References: <2403@burdvax.UUCP> Distribution: net Organization: University of California, Riverside Lines: 17 Xref: watmath net.sources.bugs:748 net.sources.d:49 > 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