summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-09-23 01:59:22 +0300
committerAndrei Karas <akaras@inbox.ru>2013-09-23 13:40:10 +0300
commit3a121eabfc6bf7ad6ff8c69d04fdf98abd94896a (patch)
treef963a32ba63aa131931aebc5a1b711ec18c1d001
parent9c61fd08c23d1801dcaff1a25bf8bee65cdbff79 (diff)
downloadplus-3a121eabfc6bf7ad6ff8c69d04fdf98abd94896a.tar.gz
plus-3a121eabfc6bf7ad6ff8c69d04fdf98abd94896a.tar.bz2
plus-3a121eabfc6bf7ad6ff8c69d04fdf98abd94896a.tar.xz
plus-3a121eabfc6bf7ad6ff8c69d04fdf98abd94896a.zip
Remove temp locale archive.
-rw-r--r--src/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index c81bf7dae..e96fd370b 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -3330,6 +3330,7 @@ void Client::extractLocale()
}
PhysFs::freeList(rootDirs);
resman->removeFromSearchPath(fileName2);
+ remove(fileName2.c_str());
}
#endif
#endif