Package: gnurobbo
Version: 0.57.1-1
Tags: patch

On Sun, 2005-05-08 at 11:31 +0100, Debian/IA64 non-US Build Daemon
wrote:
> Function `getenv' implicitly converted to pointer at game.c:1330

This adds a missing include which prevents the pointer returned by
getenv() from being truncated on some architectures.

--- gnurobbo-0.57.1/game.c~     2002-11-15 15:42:36.000000000 -0700
+++ gnurobbo-0.57.1/game.c      2005-05-08 19:13:02.260114451 -0600
@@ -20,6 +20,7 @@
  *  Boston, MA 02111-1307, USA.
  *
  */
+#include <stdlib.h>
 #include "game.h"
 #include "time.h"      /* for random data */
 

-- 
dann frazier <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to