aboutsummaryrefslogtreecommitdiff
path: root/games/aquaria/files/patch-Aquaria-Continuity.cpp
blob: e97ff33d76a994956c3ca370c9c08f9ce96f4b31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Aquaria/Continuity.cpp.orig	2016-06-19 23:56:27 UTC
+++ Aquaria/Continuity.cpp
@@ -2737,7 +2737,7 @@ void Continuity::loadFileData(int slot, 
 		}
 		if (doc.Parse(buf, size) != XML_SUCCESS)
 		{
-			errorLog("Failed to load save data: " + teh_file + " -- Error: " + doc.GetErrorStr1());
+			errorLog("Failed to load save data: " + teh_file + " -- Error: " + doc.ErrorStr());
 			return;
 		}
 	}