From 7675b3546de924770caa870e65320cf070f347e8 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Fri, 16 Jun 2006 22:20:07 +0000 Subject: Remove _name.clear(); from Close since same File instance is re-opened by Symbian using that filename. svn-id: r23152 --- common/file.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/file.cpp b/common/file.cpp index 346093f2fc..075c821886 100644 --- a/common/file.cpp +++ b/common/file.cpp @@ -344,7 +344,6 @@ void File::close() { if (_handle) fclose(_handle); _handle = NULL; - _name.clear(); } bool File::isOpen() const { -- cgit v1.2.3