Path: utzoo!attcan!uunet!ns-mx!iowasp!ceres!zaphod.mps.ohio-state.edu!usc!snorkelwacker!mit-eddie!uw-beaver!ssc-vax!uvicctr.UVic.CA!sbanner1 From: sbanner1@uvicctr.UVic.CA.UUCP (S. John Banner) Newsgroups: comp.mail.mush Subject: Mush 7.0, PatchLevel 4, and folders. Message-ID: <929@uvicctr.UVic.CA.UUCP> Date: 27 Feb 90 23:28:57 GMT Organization: University of Victoria, Victoria B.C. Canada Lines: 15 I just got arround to installing Mush 7, Patchlevel 4 on our Pyramid, and the compiler had a small complaint, which I thought I ought to mention. On line 35 of folders.c, is a the line: } else if (!tempfile || !*tempfile) { however on looking through the code, to fix the problem, I found that tempfile is an array of char, and hence ``!tempfile'' must always be false (and hence the reason for the error). So, I would suggest that that portion of the test be removed from the comparason in the next set of official patches (unless I am farther behind than I think I am, and this has already been delt with...). sjb.