mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Misc
This commit is contained in:
parent
3880a7d1bc
commit
724cff6230
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user