Xref: utzoo comp.sources.wanted:12405 comp.windows.x:24178 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!wf08+ From: wf08+@andrew.cmu.edu (William Frank) Newsgroups: comp.sources.wanted,comp.windows.x Subject: Re: Fast patch for 6.0b Message-ID: <4aaEiJy00Vp5I0eV15@andrew.cmu.edu> Date: 9 Jul 90 22:56:21 GMT References: Organization: Class of '91, Carnegie Mellon, Pittsburgh, PA Lines: 28 In-Reply-To: Mr. Lovinger has made a small mistake and asked me to post the following. It is what the patch was supossed to be, instead of what he posted. If this still doesn't work, flame him, not me. Excuse his bozoness: -will ---------------- *** resource.c~ Mon Jul 9 17:04:19 1990 --- resource.c Mon Jul 9 16:59:55 1990 *************** *** 53,59 **** int i; /* Index into font path list */ struct stat statbuf; ! if (!stat(element, &statbuf)) { fprintf(stderr, "Cannot stat(2) %s for player on %s.\nXtrek font may not load properly.\n", element, p->p_monitor); return; } --- 53,59 ---- int i; /* Index into font path list */ struct stat statbuf; ! if (stat(element, &statbuf)) { fprintf(stderr, "Cannot stat(2) %s for player on %s.\nXtrek font may not load properly.\n", element, p->p_monitor); return;