commit | abcf4c6fca01c92cd8b4dd581488ede684efea71 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Tue Nov 03 14:30:42 2015 -0800 |
committer | Bill Yi <byi@google.com> | Tue Nov 03 14:30:42 2015 -0800 |
tree | 5ccc47b9354d15cc40f2c4ea520c7f47372fe53c | |
parent | 5cd32f73d8b5e6db60d397d102e5b1b193a76c77 [diff] | |
parent | aebfa6e7eee173b8e02f869c3a25cfe2a5fffb9b [diff] |
Merge commit 'aebfa6e7eee173b8e02f869c3a25cfe2a5fffb9b' into HEAD
diff --git a/Utils.cpp b/Utils.cpp index 279c990..d4618af 100644 --- a/Utils.cpp +++ b/Utils.cpp
@@ -526,7 +526,7 @@ goto done; } - if ((ioctl(fd, BLKGETSIZE, nr_sec)) == -1) { + if ((ioctl(fd, BLKGETSIZE, &nr_sec)) == -1) { PLOG(ERROR) << "Failed to determine size of " << path; goto done; }