From c7a4eefd698f97c84d43d467d776a75396405f93 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 14 Nov 2015 02:22:35 -0500 Subject: [PATCH] fixed typo --- src/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file.cpp b/src/file.cpp index 658cfbad2..ab445cbeb 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1702,7 +1702,7 @@ typedef struct _FILE_ALLOCATED_RANGE_BUFFER { // just need to issue the read/write operation again. In either case, // punt that to the upper layer, as reissuing the operations is // complicated here - const expected_len = bufs_size(bufs, nbufs); + const int expected_len = bufs_size(bufs, nbufs); if (tmp_ret < expected_len) break; num_bufs -= nbufs;