Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michael Scire
2019-04-05 13:42:17 -07:00
13 changed files with 28 additions and 27 deletions

View File

@@ -32,7 +32,7 @@ class FsDirUtils {
return rc;
}
const size_t parent_len = strnlen(work_path.str, sizeof(work_path.str - 1));
const size_t parent_len = strnlen(work_path.str, sizeof(work_path.str) - 1);
/* Read and handle entries. */
while (true) {