summaryrefslogtreecommitdiffstats
path: root/src/ClassFILE.cpp
diff options
context:
space:
mode:
authorKrzysztof H <krzys_h@interia.pl>2012-03-19 14:51:09 +0100
committerKrzysztof H <krzys_h@interia.pl>2012-03-19 14:51:09 +0100
commit70e0a814580e1792b88a3dc7dff9633c5fe89a4b (patch)
tree71c5ff5e96f20390705da27243bf178f983e3505 /src/ClassFILE.cpp
parentb2fbcbe7877cc7ed40498c3160c8b265ed9fa280 (diff)
downloadcolobot-70e0a814580e1792b88a3dc7dff9633c5fe89a4b.tar.gz
colobot-70e0a814580e1792b88a3dc7dff9633c5fe89a4b.tar.bz2
colobot-70e0a814580e1792b88a3dc7dff9633c5fe89a4b.zip
Compile error caused by translation
Diffstat (limited to 'src/ClassFILE.cpp')
-rw-r--r--src/ClassFILE.cpp2
1 files changed, 1 insertions, 1 deletions
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('/');