8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
This commit is contained in:
asfernandes 2006-05-19 01:35:05 +00:00
parent 3880a7d1bc
commit 724cff6230

View File

@ -261,7 +261,6 @@ void TempDirectoryList::initTemp()
initialize(true);
// Iterate through directories to parse them
// and fill the "items" vector
for (size_t i = 0; i < getCount(); i++) {
PathName dir = (*this)[i];
size_t pos = dir.rfind(" ");
@ -283,4 +282,3 @@ const PathName TempDirectoryList::getConfigString() const
}
} //namespace Firebird