Skip to content

Commit

Permalink
Fix gcc 7 compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Sep 22, 2017
1 parent 36b9155 commit ae60185
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ index ea5d8c1..a0bf8d8 100644
+ dir_fd = dirfd(sysblock);
+
+ while ((d = readdir(sysblock))) {
+ char name[256];
+ char name[300];
+ struct stat buf;
+
+ if (strcmp(d->d_name, ".") == 0
Expand Down

0 comments on commit ae60185

Please sign in to comment.