From 70e0a814580e1792b88a3dc7dff9633c5fe89a4b Mon Sep 17 00:00:00 2001 From: Krzysztof H Date: Mon, 19 Mar 2012 14:51:09 +0100 Subject: Compile error caused by translation --- src/ClassFILE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ClassFILE.cpp') diff --git a/src/ClassFILE.cpp b/src/ClassFILE.cpp index d7c91b9..8ca26a1 100644 --- a/src/ClassFILE.cpp +++ b/src/ClassFILE.cpp @@ -34,7 +34,7 @@ void PrepareFilename(CBotString &filename) pos = filename.ReverseFind('\\'); if ( pos > 0 ) { - filename = filename.Mid(pos+1); // Remove files with \\ + filename = filename.Mid(pos+1); // Remove files with } pos = filename.ReverseFind('/'); -- cgit v1.2.3-1-g7c22