Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 5/3/83; site ukc.UUCP Path: utzoo!linus!vaxine!wjh12!genrad!decvax!ittvax!dcdwest!sdcsvax!sdcrdcf!hplabs!hao!seismo!cmcl2!floyd!vax135!ukc!srlm From: srlm@ukc.UUCP Newsgroups: net.sources Subject: seebib.c --- a FIX Message-ID: <4221@ukc.UUCP> Date: Fri, 1-Jun-84 06:58:54 EDT Article-I.D.: ukc.4221 Posted: Fri Jun 1 06:58:54 1984 Date-Received: Mon, 28-May-84 06:10:03 EDT Organization: Computing Lab. Kent University, England Lines: 42 [kipple for hungry mailers] what follows is the difference file for seebib.c, posted to this newsgroup a while ago. the posted version is < the fixes are >. first: %I is meant to be issuer or publisher, NOT institute. second: if you try a large number of searches, seebib runs out of processes, because it is not collecting them. the simple fix below (due to simon croft, sjc@ukc) does just that. congratulations to the authors. it is a very nice program. ============================================================== 58c58 < char I[MEDIUM]; /* institute */ --- > char I[MEDIUM]; /* issuer (publisher) */ 90c90 < &(I[0]), "Institute: ", MEDIUM, --- > &(I[0]), "Publisher: ", MEDIUM, 144a145 > int te; 256a258,259 > /* collect child */ > (void) wait(&te); ============================================================== silvio lemos meira UUCP: ...!vax135!ukc!srlm Post: computing laboratory university of kent at canterbury canterbury ct2 7nf uk Phone: +44 227 66822 extension 568