mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
fix misc issues flagged by clang scan-build
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ namespace fs
|
||||
vector<string> &strs)
|
||||
{
|
||||
int flags;
|
||||
glob_t gbuf;
|
||||
glob_t gbuf = {0};
|
||||
|
||||
flags = 0;
|
||||
for(size_t i = 0; i < patterns.size(); i++)
|
||||
|
||||
Reference in New Issue
Block a user