Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 66672
Collapse All | Expand All

(-)engine.cpp.orig (-1 / +1 lines)
Lines 5936-5942 Link Here
5936
        char *filename=parseString("filename to which to save units",s);
5936
        char *filename=parseString("filename to which to save units",s);
5937
        FILE *fp=fopen(filename,"w");
5937
        FILE *fp=fopen(filename,"w");
5938
        if(fp==NULL)
5938
        if(fp==NULL)
5939
            throw tString("File not found: '%s'",filename);
5939
	    throw tString("File not found: '")+filename+"'";
5940
5940
5941
        for(i=0;i<units.size();i++)
5941
        for(i=0;i<units.size();i++)
5942
        {
5942
        {
(-)cache.cpp.orig (+1 lines)
Lines 12-17 Link Here
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             *
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             *
13
* GNU General Public License for more details.                              *
13
* GNU General Public License for more details.                              *
14
****************************************************************************/
14
****************************************************************************/
15
#define CACHE_HEADERS
15
#include "headers.h"
16
#include "headers.h"
16
#pragma hdrstop
17
#pragma hdrstop
17
/****************************************************************************/
18
/****************************************************************************/

Return to bug 66672