gnuchess/gnuchess-return-nonvoid.patch
Dirk Stoecker 884267f62b Accepting request 94250 from home:jreidinger:branches:games
- update gnuchess to official version 6.0.1
- clean up patches
- change generation of recent book dat from source during build

OBS-URL: https://build.opensuse.org/request/show/94250
OBS-URL: https://build.opensuse.org/package/show/games/gnuchess?expand=0&rev=6
2011-12-01 07:36:10 +00:00

19 lines
353 B
Diff

--- src/components.cc.old 2011-11-29 09:48:53.000000000 +0000
+++ src/components.cc 2011-11-29 09:56:31.000000000 +0000
@@ -65,6 +65,7 @@
InitEngine();
/* Start adapter main loop */
adapter::main_adapter( 0, 0 );
+ return 0;
}
/*
@@ -100,6 +101,7 @@
{
/* Start engine main loop */
engine::main_engine( 0, 0 );
+ return 0;
}
/*