]> git.cameronkatri.com Git - bsdgames-darwin.git/log
bsdgames-darwin.git
16 years agoMake the default WARNS for games 4. The only game that needs to set WARNS
dholland [Mon, 28 Jan 2008 07:03:58 +0000 (07:03 +0000)]
Make the default WARNS for games 4. The only game that needs to set WARNS
to anything else now is rogue, so clear WARNS from the other makefiles.

16 years agobuild with WARNS=4
dholland [Mon, 28 Jan 2008 07:01:01 +0000 (07:01 +0000)]
build with WARNS=4

16 years agoMake hack build with WARNS=4.
dholland [Mon, 28 Jan 2008 06:55:41 +0000 (06:55 +0000)]
Make hack build with WARNS=4.

16 years agoMake this build with WARNS=4 by not reusing names from <math.h>.
dholland [Mon, 28 Jan 2008 06:20:15 +0000 (06:20 +0000)]
Make this build with WARNS=4 by not reusing names from <math.h>.

16 years agoMake this build with WARNS=4 by not reusing names from ctype.h.
dholland [Mon, 28 Jan 2008 06:18:23 +0000 (06:18 +0000)]
Make this build with WARNS=4 by not reusing names from ctype.h.

16 years agoMake this build with WARNS=4.
dholland [Mon, 28 Jan 2008 06:16:13 +0000 (06:16 +0000)]
Make this build with WARNS=4.

16 years agomake mille build with WARNS=4
dholland [Mon, 28 Jan 2008 05:55:10 +0000 (05:55 +0000)]
make mille build with WARNS=4

16 years agoCall srandom() as well as initializing the private random generator
dholland [Mon, 28 Jan 2008 05:48:57 +0000 (05:48 +0000)]
Call srandom() as well as initializing the private random generator
(which is crappy and should be removed, but that's for another day...)
This way e.g. fortune cookies no longer appear always in the same order.

16 years agoLarn now builds with WARNS=4.
dholland [Mon, 28 Jan 2008 05:38:53 +0000 (05:38 +0000)]
Larn now builds with WARNS=4.

16 years agoApparently the reason the printf arguments were all wrong is that larn
dholland [Mon, 28 Jan 2008 04:04:17 +0000 (04:04 +0000)]
Apparently the reason the printf arguments were all wrong is that larn
had its own private and not-quite-standard implementation of printf.
Remove it surgically with a chainsaw.

16 years agoAdd gcc printf format checking, and fix the abundant problems this revealed.
dholland [Mon, 28 Jan 2008 03:39:30 +0000 (03:39 +0000)]
Add gcc printf format checking, and fix the abundant problems this revealed.
(It appears that someone sometime thought that you use %d to print a long.)

16 years agoclean for WARNS=4
dholland [Mon, 28 Jan 2008 03:23:29 +0000 (03:23 +0000)]
clean for WARNS=4

16 years agoWork around gcc signedness warning: if you check for uid_t < 0, gcc warns
dholland [Mon, 28 Jan 2008 02:37:50 +0000 (02:37 +0000)]
Work around gcc signedness warning: if you check for uid_t < 0, gcc warns
because it's unsigned, but I don't really want to rely on uid_t being
unsigned on every platform this code might propagate to.

16 years agoBuild with WARNS=4. Sort out the game's shadowing of its own variables,
dholland [Mon, 28 Jan 2008 01:58:01 +0000 (01:58 +0000)]
Build with WARNS=4. Sort out the game's shadowing of its own variables,
which fixes at least one bug.

16 years agoBuild with WARNS=4. (All fixes are cosmetic, except that it's definitely
dholland [Mon, 28 Jan 2008 01:38:59 +0000 (01:38 +0000)]
Build with WARNS=4. (All fixes are cosmetic, except that it's definitely
bad karma to shadow a local variable with another of the same name in a
nested block...)

16 years agoBuild with WARNS=4.
dholland [Mon, 28 Jan 2008 01:15:55 +0000 (01:15 +0000)]
Build with WARNS=4.

16 years agoThis builds with WARNS=4; set it in the Makefile so it stays that way.
dholland [Mon, 28 Jan 2008 01:10:23 +0000 (01:10 +0000)]
This builds with WARNS=4; set it in the Makefile so it stays that way.

16 years agoBuild with WARNS=4.
dholland [Mon, 28 Jan 2008 01:06:19 +0000 (01:06 +0000)]
Build with WARNS=4.

16 years agoI'm guessing that there should be no space between the hyphen and
he [Fri, 25 Jan 2008 13:40:56 +0000 (13:40 +0000)]
I'm guessing that there should be no space between the hyphen and
the second word in "hand-lettered".

17 years agoOnly pull in <sys/cdefs.h> on NetBSD, to fix build on Solaris 10.
lukem [Wed, 16 Jan 2008 23:23:25 +0000 (23:23 +0000)]
Only pull in <sys/cdefs.h> on NetBSD, to fix build on Solaris 10.
Tweak replacement definition of __dead.

17 years agoANSIfy. Remove unnecessary casts. Clean up for -Wsign-compare. Make more
dholland [Mon, 14 Jan 2008 03:50:01 +0000 (03:50 +0000)]
ANSIfy. Remove unnecessary casts. Clean up for -Wsign-compare. Make more
things file-static. Other minor tidyups, and fix a couple minor bugs found
along the way.

17 years agoWhitespace/KNF nits.
dholland [Mon, 14 Jan 2008 00:23:51 +0000 (00:23 +0000)]
Whitespace/KNF nits.

17 years agoFun with parts of speech: `stupid' here is an adjective, not a noun.
dholland [Thu, 3 Jan 2008 02:01:26 +0000 (02:01 +0000)]
Fun with parts of speech: `stupid' here is an adjective, not a noun.

17 years agoComprehensive (or at least extensive) string handling cleanup for rogue.
dholland [Thu, 27 Dec 2007 23:52:59 +0000 (23:52 +0000)]
Comprehensive (or at least extensive) string handling cleanup for rogue.

This patch dates (mostly) back to 2002; the critical parts of it were
handled back then by security-officer. As far as I know, there's
nothing exploitable fixed herein.

A slightly earlier version of this patch was reviewed by Christian Biere
when I filed it as PR 34750.

17 years agomore __dead fallout: these two files are built for the native host, not
dogcow [Tue, 18 Dec 2007 08:45:03 +0000 (08:45 +0000)]
more __dead fallout: these two files are built for the native host, not
for the target host - and thus do not necessarily have __dead defined in
<sys/cdefs.h>.

17 years agoconvert __attribute__s to applicable cdefs.h macros
perry [Sat, 15 Dec 2007 19:44:37 +0000 (19:44 +0000)]
convert __attribute__s to applicable cdefs.h macros

17 years agoinclude sys/cdefs.h so that __attribute__ can be fixed later
perry [Sat, 15 Dec 2007 16:32:05 +0000 (16:32 +0000)]
include sys/cdefs.h so that __attribute__ can be fixed later

17 years agoA terrible kludge: don't compile/link malloc.c if arch=sun2. My apologies
dogcow [Sat, 17 Nov 2007 00:10:55 +0000 (00:10 +0000)]
A terrible kludge: don't compile/link malloc.c if arch=sun2. My apologies
to the legions of sun2 monop fans who will probably be unable to save/restore
games.

17 years ago__attribute -> __attribute__
ragge [Sun, 16 Sep 2007 18:39:54 +0000 (18:39 +0000)]
__attribute -> __attribute__

17 years agoTeach wtf(6) about pkgsrc's help facility:
hubertf [Mon, 6 Aug 2007 21:14:36 +0000 (21:14 +0000)]
Teach wtf(6) about pkgsrc's help facility:

% cd /usr/pkgsrc/audio/qsynth
% wtf subst
subst: ===> mk/subst.mk:
# This Makefile fragment implements a general text replacement facility.
...

17 years agoIncreased WARNS to 4, since it passes both gcc333 and gcc411 on i386.
rillig [Wed, 6 Jun 2007 06:10:50 +0000 (06:10 +0000)]
Increased WARNS to 4, since it passes both gcc333 and gcc411 on i386.

17 years agoAdd new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
tls [Mon, 28 May 2007 12:06:17 +0000 (12:06 +0000)]
Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the
FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to
various string and memory copy and set functions (as well as a few system
calls and other miscellany) where known at function entry.  RedHat has
evidently built all "core system packages" with this option for some time.

This option should be used at the top of Makefiles (or Makefile.inc where
this is used for subdirectories) but after any setting of LIB.

This is only useful for userland code, and cannot be used in libc or in
any code which includes the libc internals, because it overrides certain
libc functions with macros.  Some effort has been made to make USE_FORT=yes
work correctly for a full-system build by having the bsd.sys.mk logic
disable the feature where it should not be used (libc, libssp iteself,
the kernel) but no attempt has been made to build the entire system with
USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.

Adjust the system build so that all programs and libraries that are setuid,
directly handle network data (including serial comm data), perform
authentication, or appear likely to have (or have a history of having)
data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,
with the exception of libc, which cannot use USE_FORT and thus uses
only USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=no
per-directory or in a system build will disable if desired.

17 years agoPer PR 36185, OKed by martin@
mouse [Sun, 22 Apr 2007 02:09:02 +0000 (02:09 +0000)]
Per PR 36185, OKed by martin@

17 years agoXref shuffle(1) from random(6), and vice versa
hubertf [Tue, 20 Mar 2007 16:12:40 +0000 (16:12 +0000)]
Xref shuffle(1) from random(6), and vice versa

17 years agoNetBSD JIHBED
ad [Mon, 26 Feb 2007 06:49:00 +0000 (06:49 +0000)]
NetBSD JIHBED

17 years agoNetBSD: Dead on Target
ad [Mon, 26 Feb 2007 06:30:45 +0000 (06:30 +0000)]
NetBSD: Dead on Target
                -- Gimpy

17 years ago - Don't call basename $0 at many places. Use variable $PROGNAME
hubertf [Wed, 24 Jan 2007 13:17:42 +0000 (13:17 +0000)]
 - Don't call basename $0 at many places. Use variable $PROGNAME
 - Better check when neither $ACRONYMDB is define nor files in
   /usr/share/misc/ are found
 - Replace cat | fgrep to using fgrep only
 - Replace sort | uniq to using sort -u

By Slava Semushin <slava.semushin@gmail.com> in private email.

18 years agoUpdate my previous commit to better match the original code, including
chuck [Wed, 17 Jan 2007 02:35:28 +0000 (02:35 +0000)]
Update my previous commit to better match the original code, including
the check for 'bs'...   my previous commit should have included the
following text:
  fixes problem introduced in 1.13 where the setting of "BC" (backspace char)
  was left to libterm rather than being done by hack itself.  the problem
  with this was that hack was directly setting BC to \b if there was no
  "bc" in the termcap entry, but libterm does not do this.   this resulted in
  the xputs(BC) calls in nocmov() and backsp() incorrectly doing nothing, thus
  messing up the display.  added new var BC_BS to provide the old behavior
  for nocmov() and backsp().

18 years agomrg's changes in 1.13 broke hack's display code.
chuck [Wed, 17 Jan 2007 02:12:19 +0000 (02:12 +0000)]
mrg's changes in 1.13 broke hack's display code.

18 years agoReplve duplicate #includes
hubertf [Wed, 17 Jan 2007 00:30:23 +0000 (00:30 +0000)]
Replve duplicate #includes
From Slava Semushin <slava.semushin@gmail.com>, via private mail

18 years ago - ANSIfy
hubertf [Fri, 12 Jan 2007 22:43:05 +0000 (22:43 +0000)]
 - ANSIfy
 - Use return instead of exit() in main()
 - Use EXIT_{SUCCESS,FAILURE} constants instead of 0/1

No functional changes. Patch submitted in private mail by
Slava Semushin <slava.semushin@gmail.com>

18 years agoFix some typos in ENIAC quote. From Zafer Aydogan and myself.
wiz [Mon, 25 Dec 2006 18:46:48 +0000 (18:46 +0000)]
Fix some typos in ENIAC quote. From Zafer Aydogan and myself.

18 years agoSpell "tomorrow" correctly. From Zafer Aydogan.
wiz [Mon, 25 Dec 2006 18:43:03 +0000 (18:43 +0000)]
Spell "tomorrow" correctly. From Zafer Aydogan.

18 years agoBump date for previous. Use mdoc macros.
wiz [Sat, 23 Dec 2006 09:47:30 +0000 (09:47 +0000)]
Bump date for previous. Use mdoc macros.

18 years agoAdd example of using -w.
reed [Thu, 14 Dec 2006 02:29:59 +0000 (02:29 +0000)]
Add example of using -w.

18 years agos/existance/existence/, from Zafer.
wiz [Fri, 24 Nov 2006 22:52:16 +0000 (22:52 +0000)]
s/existance/existence/, from Zafer.

18 years agos/independant/independent/, from Zafer.
wiz [Fri, 24 Nov 2006 22:04:21 +0000 (22:04 +0000)]
s/independant/independent/, from Zafer.

18 years agos/exceded/exceeded/, from Zafer.
wiz [Fri, 24 Nov 2006 21:14:55 +0000 (21:14 +0000)]
s/exceded/exceeded/, from Zafer.

18 years agofix spelling of accommodate; from Zapher.
christos [Fri, 24 Nov 2006 19:46:58 +0000 (19:46 +0000)]
fix spelling of accommodate; from Zapher.

18 years agofix spelling of accidentally; from Zapher
christos [Fri, 24 Nov 2006 19:37:02 +0000 (19:37 +0000)]
fix spelling of accidentally; from Zapher

18 years agoCheck that -w width is not above maximum. (It already checks for zero or
reed [Wed, 22 Nov 2006 16:15:42 +0000 (16:15 +0000)]
Check that -w width is not above maximum. (It already checks for zero or
negative.) Using width above DWIDTH may cause overflow as noted by Gruzicki
Wlodek on bugtraq.

While here replace one use of 132 with DWIDTH.

18 years agodon't discard const. GCC 4.1-20061021 doesn't like that...
mrg [Sun, 22 Oct 2006 08:09:24 +0000 (08:09 +0000)]
don't discard const.  GCC 4.1-20061021 doesn't like that...

18 years agoTypo, from David A. Holland on #NetBSD-code, thanks!
elad [Sun, 8 Oct 2006 20:12:27 +0000 (20:12 +0000)]
Typo, from David A. Holland on #NetBSD-code, thanks!

18 years agoInput validation, from David A. Holland on #NetBSD-code
elad [Sat, 7 Oct 2006 18:29:02 +0000 (18:29 +0000)]
Input validation, from David A. Holland on #NetBSD-code

18 years agoPR/18906: roskens at elfin dot net: misc. select() to poll() updates.
elad [Sat, 7 Oct 2006 17:27:57 +0000 (17:27 +0000)]
PR/18906: roskens at elfin dot net: misc. select() to poll() updates.

Adapted to -current by myself, thanks for the patch!

18 years agoPR# 4305: [dM] boggle uses very incomplete wordlist.
jmcneill [Sun, 24 Sep 2006 01:38:57 +0000 (01:38 +0000)]
PR# 4305: [dM] boggle uses very incomplete wordlist.

18 years agoPR/34175: Zafer Aydogan: touch the window to cause a refresh after help
christos [Wed, 9 Aug 2006 14:29:40 +0000 (14:29 +0000)]
PR/34175: Zafer Aydogan: touch the window to cause a refresh after help
Also use CTRL instead of \xxx

18 years agoAttribute ``A language that doesn't affect the way you think about
hubertf [Sat, 24 Jun 2006 13:32:45 +0000 (13:32 +0000)]
Attribute ``A language that doesn't affect the way you think about
programming is not worth knowing.'' to Alan Perlis, per Diomidis Spinellis'
blog at http://www.spinellis.gr/blog/20060424/

18 years agoFix typo or mispelling.
reed [Sat, 17 Jun 2006 04:58:14 +0000 (04:58 +0000)]
Fix typo or mispelling.

18 years agoIncrease username length to match modern systems, and create #defines for a
jnemeth [Wed, 7 Jun 2006 09:36:39 +0000 (09:36 +0000)]
Increase username length to match modern systems, and create #defines for a
couple of lengths.

18 years agoActually accept "?" argument as documented in the manpage.
jnemeth [Wed, 7 Jun 2006 09:35:03 +0000 (09:35 +0000)]
Actually accept "?" argument as documented in the manpage.
Don't attempt to ignore an untrappable signal.
Fix 6 possible buffer overflows.

18 years agoDon't follow symlinks on systems that have O_NOFOLLOW.
jnemeth [Wed, 7 Jun 2006 09:30:35 +0000 (09:30 +0000)]
Don't follow symlinks on systems that have O_NOFOLLOW.
Don't bother looping with lockf() since first iteration would return.
Prevent two buffer overflows.

18 years agoprevent "stack" overflow
jnemeth [Wed, 7 Jun 2006 09:24:26 +0000 (09:24 +0000)]
prevent "stack" overflow

18 years agobracket else block
jnemeth [Wed, 7 Jun 2006 09:22:52 +0000 (09:22 +0000)]
bracket else block

18 years agoWARNS=4
jnemeth [Wed, 7 Jun 2006 09:21:06 +0000 (09:21 +0000)]
WARNS=4

18 years agoBetter check data read from tetris.scores before use as array indices etc.
drochner [Thu, 1 Jun 2006 16:12:27 +0000 (16:12 +0000)]
Better check data read from tetris.scores before use as array indices etc.
This is CVE-2006-1539, files against Gentoo Linux, the patch is from
Gentoo.
A standard NetBSD installation is not as much risk because tetris is
sgid "games", and users shouldn't be in that group.

18 years agoread config more strictly, from Maximillian Dornseif
dan [Thu, 25 May 2006 07:11:54 +0000 (07:11 +0000)]
read config more strictly, from Maximillian Dornseif

18 years agodon't try to switch a char and have a case of EOF - use an int.
mrg [Thu, 18 May 2006 18:42:59 +0000 (18:42 +0000)]
don't try to switch a char and have a case of EOF - use an int.

18 years agoRemove dup Hitler fortune. One of the two fortunes I moved yesterday, was
christos [Wed, 17 May 2006 14:47:58 +0000 (14:47 +0000)]
Remove dup Hitler fortune. One of the two fortunes I moved yesterday, was
already in the offensive set. From a NetBSD fan who prefers to be anonymous.

18 years agoPR/33495: Daniel Weiss: Offensive quote in netbsd fortune package
christos [Tue, 16 May 2006 20:13:50 +0000 (20:13 +0000)]
PR/33495: Daniel Weiss: Offensive quote in netbsd fortune package
- Move 2 offensive to women Adolf Hitler quotes to fortune2-o
- s/Adolph/Adolf/

18 years agoAdd a virtual destructor to avoid "future ABI issues". I love c++.
christos [Sun, 14 May 2006 06:38:04 +0000 (06:38 +0000)]
Add a virtual destructor to avoid "future ABI issues". I love c++.

18 years agoadd virtual destructors so that g++ shuts up.
christos [Sun, 14 May 2006 03:21:52 +0000 (03:21 +0000)]
add virtual destructors so that g++ shuts up.

18 years agoDon't use iostream just for the usage message. Use stdio instead.
christos [Sun, 14 May 2006 03:21:23 +0000 (03:21 +0000)]
Don't use iostream just for the usage message. Use stdio instead.

18 years agoXXX: GCC uninitialized
christos [Sun, 14 May 2006 03:15:50 +0000 (03:15 +0000)]
XXX: GCC uninitialized

18 years agoCoverity CID 3382: Fix memory leak.
christos [Sat, 13 May 2006 22:45:11 +0000 (22:45 +0000)]
Coverity CID 3382: Fix memory leak.

18 years agoCoverity CID 3383: Fix memory leak.
christos [Sat, 13 May 2006 22:43:02 +0000 (22:43 +0000)]
Coverity CID 3383: Fix memory leak.

18 years agoCoverity CID 3508: Fix file leak.
christos [Sat, 13 May 2006 22:29:53 +0000 (22:29 +0000)]
Coverity CID 3508: Fix file leak.

18 years agoCoverity CID 3269: Fix memory leak.
christos [Sat, 13 May 2006 22:28:04 +0000 (22:28 +0000)]
Coverity CID 3269: Fix memory leak.

18 years agosprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
mrg [Thu, 11 May 2006 23:16:28 +0000 (23:16 +0000)]
sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.

18 years agolrint() -> larn_lrint().
mrg [Thu, 11 May 2006 10:23:24 +0000 (10:23 +0000)]
lrint() -> larn_lrint().

18 years agoend the argument list to exec*(3) with a NULL instead of a bare '0', as
mrg [Thu, 11 May 2006 00:22:52 +0000 (00:22 +0000)]
end the argument list to exec*(3) with a NULL instead of a bare '0', as
the latter isn't a pointer context in these varargs functions.

18 years agoUC, PC and BC are provided my libtermcap, don't duplicate them.
mrg [Thu, 11 May 2006 00:18:31 +0000 (00:18 +0000)]
UC, PC and BC are provided my libtermcap, don't duplicate them.

18 years agoavoid a pointer sign difference.
mrg [Thu, 11 May 2006 00:17:07 +0000 (00:17 +0000)]
avoid a pointer sign difference.

18 years agochange (mostly) int to socklen_t. GCC 4 doesn't like that int and
mrg [Tue, 9 May 2006 20:18:05 +0000 (20:18 +0000)]
change (mostly) int to socklen_t.  GCC 4 doesn't like that int and
socklen_t are different signness.

18 years agoCredit Alan Perlis for ``give him a lollipop'' programming language quote.
groo [Wed, 26 Apr 2006 00:52:21 +0000 (00:52 +0000)]
Credit Alan Perlis for ``give him a lollipop'' programming language quote.
Hat tip: Jerry Leichter.

18 years agoCoverity CID 3032: Prevent double free: Next to the call of page_more()
christos [Mon, 24 Apr 2006 20:08:54 +0000 (20:08 +0000)]
Coverity CID 3032: Prevent double free: Next to the call of page_more()
there is a comment saying /* does fclose */, but the next line calls
fclose(fp);. Go figure.

18 years agoIt's "its."
snj [Mon, 24 Apr 2006 19:00:29 +0000 (19:00 +0000)]
It's "its."

18 years agoIt's "its."
snj [Mon, 24 Apr 2006 18:00:53 +0000 (18:00 +0000)]
It's "its."

18 years agofix buffer overflow (CVE-2006-1744), from Debian
drochner [Thu, 20 Apr 2006 10:57:26 +0000 (10:57 +0000)]
fix buffer overflow (CVE-2006-1744), from Debian

18 years agoGrammar nit. Never mind that it's still not true.
groo [Thu, 6 Apr 2006 19:47:23 +0000 (19:47 +0000)]
Grammar nit.  Never mind that it's still not true.

18 years agoCoverity CID 2788: If no room gets returned, don't try to place a monster.
christos [Sun, 2 Apr 2006 00:13:29 +0000 (00:13 +0000)]
Coverity CID 2788: If no room gets returned, don't try to place a monster.

18 years agoCoverity CID 2791: Fix file pointer leak.
christos [Sun, 2 Apr 2006 00:08:12 +0000 (00:08 +0000)]
Coverity CID 2791: Fix file pointer leak.

18 years agoCoverity CID 2452: possible negative array index; CID 1518 and CID 1517: possible...
jnemeth [Thu, 30 Mar 2006 05:04:22 +0000 (05:04 +0000)]
Coverity CID 2452: possible negative array index; CID 1518 and CID 1517: possible overrun of static array

18 years agoCoverity CID 1288: possible negative array index
jnemeth [Thu, 30 Mar 2006 04:41:15 +0000 (04:41 +0000)]
Coverity CID 1288: possible negative array index

18 years agoCoverity CID 993: dereference of NULL pointer
jnemeth [Thu, 30 Mar 2006 04:27:24 +0000 (04:27 +0000)]
Coverity CID 993: dereference of NULL pointer

18 years agoCoverity CID 1293: not checking for an error return
jnemeth [Thu, 30 Mar 2006 04:19:38 +0000 (04:19 +0000)]
Coverity CID 1293: not checking for an error return

18 years agoCoverity CID 1287: not checking for error return
jnemeth [Thu, 30 Mar 2006 04:10:04 +0000 (04:10 +0000)]
Coverity CID 1287: not checking for error return

18 years agoCoverity CID 1327: check for error return
jnemeth [Thu, 30 Mar 2006 01:32:27 +0000 (01:32 +0000)]
Coverity CID 1327: check for error return

18 years agoBah! Compare, don't assign!
jnemeth [Thu, 30 Mar 2006 01:31:13 +0000 (01:31 +0000)]
Bah!  Compare, don't assign!

18 years agoCoverity CID 1328: check for error return
jnemeth [Thu, 30 Mar 2006 01:28:46 +0000 (01:28 +0000)]
Coverity CID 1328: check for error return