SOURCES: rockdodger-compile.patch (NEW) - fix for 'array type has incomplet...

sls sls at pld-linux.org
Mon Oct 6 23:35:47 CEST 2008


Author: sls                          Date: Mon Oct  6 21:35:47 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for 'array type has incomplete element type'

---- Files affected:
SOURCES:
   rockdodger-compile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rockdodger-compile.patch
diff -u /dev/null SOURCES/rockdodger-compile.patch:1.1
--- /dev/null	Mon Oct  6 23:35:47 2008
+++ SOURCES/rockdodger-compile.patch	Mon Oct  6 23:35:41 2008
@@ -0,0 +1,18 @@
+--- rockdodger-0.6.0a/main.c.orig	2008-10-06 17:20:30.851926034 +0200
++++ rockdodger-0.6.0a/main.c	2008-10-06 17:21:04.849589452 +0200
+@@ -206,7 +206,6 @@
+ struct bangdots bdot[MAX_BANG_DOTS], *bdotptr=bdot;
+ struct spacedot sdot[MAX_SPACE_DOTS];
+ 
+-struct greeble greeb[MAX_GREEBLES];
+ struct greeble {
+     int active;
+     float x,y; // When landed, these represent an offset from the host rock
+@@ -214,6 +213,7 @@
+     int landed;
+     int boredom; // Goes up while landed
+ };
++struct greeble greeb[MAX_GREEBLES];
+ // }}}
+ 
+ void init_greeblies() {
================================================================


More information about the pld-cvs-commit mailing list