summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/lgeneral/files/1.2_beta5-gcc4.patch')
-rw-r--r--games-strategy/lgeneral/files/1.2_beta5-gcc4.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/games-strategy/lgeneral/files/1.2_beta5-gcc4.patch b/games-strategy/lgeneral/files/1.2_beta5-gcc4.patch
deleted file mode 100644
index 226cfa34d8de..000000000000
--- a/games-strategy/lgeneral/files/1.2_beta5-gcc4.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur lgeneral-orig/src/ai.c lgeneral-1.2beta-5/src/ai.c
---- lgeneral-orig/src/ai.c 2005-10-07 16:58:21.000000000 +0200
-+++ lgeneral-1.2beta-5/src/ai.c 2005-10-07 16:58:48.000000000 +0200
-@@ -508,7 +508,7 @@
- */
- void ai_finalize( void )
- {
--printf(__FUNCTION__ "\n");
-+printf("%s\n", __FUNCTION__);
- if ( finalized )
- return;
- printf("Really finalized\n");
-diff -ur lgeneral-orig/src/ai_group.c lgeneral-1.2beta-5/src/ai_group.c
---- lgeneral-orig/src/ai_group.c 2005-10-07 16:58:21.000000000 +0200
-+++ lgeneral-1.2beta-5/src/ai_group.c 2005-10-07 16:59:18.000000000 +0200
-@@ -560,7 +560,7 @@
- }
- }
- if ( unit == 0 ) {
-- printf("ERROR: " __FUNCTION__ ": null unit detected\n");
-+ printf("ERROR: %s: null unit detected\n", __FUNCTION__);
- return 0;
- }
- if ( group->state == GS_ART_FIRE )