We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a3695 commit 7406ac8Copy full SHA for 7406ac8
cpp/FileMetadataInitializer.cpp
@@ -160,7 +160,7 @@ bool Snowflake::Client::FileMetadataInitializer::listFilesRecursive(const std::s
160
if (!ret)
161
{
162
if (S_ISREG(fileStatus.st_mode)) {
163
- fileList.pushback(dirPath + dir_entry->d_name);
+ fileList.push_back(dirPath + dir_entry->d_name);
164
}
165
else if (S_ISDIR(fileStatus.st_mode))
166
0 commit comments