Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2002 16:23:43 +0200 (MET DST)
From:      Mark Huizer <xaa+ports@timewasters.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        edwin@mavetju.org
Subject:   ports/44266: fixing games/xlifegame
Message-ID:  <20021019142343.34E0AD916@nala.dohd.org>

next in thread | raw e-mail | index | archive | help

>Number:         44266
>Category:       ports
>Synopsis:       fixing games/xlifegame
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 19 07:30:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mark Huizer
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD eeyore.local.dohd.org 5.0-CURRENT FreeBSD 5.0-CURRENT #4: Mon Sep 23 20:18:10 MET DST 2002 xaa@eeyore.local.dohd.org:/sources/obj/sources/src/sys/eeyore i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

add extra patchfile patch-aa

--- xlifegame.h.orig	Sat Oct 19 16:21:33 2002
+++ xlifegame.h	Sat Oct 19 16:21:52 2002
@@ -46,7 +46,7 @@
 OptionError(char *option)
 {
     printf("   X Life Game version %s \n     by Takeshi Hiyama\n",XLIFEGAME_VERSION);
-    if(strncmp(option, "-h"))
+    if(strncmp(option, "-h", 3))
         printf("\nxlife:  bad command line option \"%s\"\n", option);
     printf("usage: xlife [-display <displayname>] [-wait microseconds (default 10000)]\n             [-x width (default 60)] [-y height (default 60)] [-h]\n");
     exit(1);
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021019142343.34E0AD916>