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

(-)a/src/game/Highscores.cpp~ (-1 / +1 lines)
Lines 105-111 Link Here
105
		ofile.close();
105
		ofile.close();
106
106
107
		boost::filesystem::copy_file(hsTempFile, hsFile, 
107
		boost::filesystem::copy_file(hsTempFile, hsFile, 
108
				boost::filesystem::copy_option::overwrite_if_exists);
108
				boost::filesystem::copy_options::overwrite_existing);
109
		boost::filesystem::remove(hsTempFile);
109
		boost::filesystem::remove(hsTempFile);
110
110
111
		cout << "Scores was updated." << endl;
111
		cout << "Scores was updated." << endl;

Return to bug 932778