Skip to content

Commit f73a6b7

Browse files
committed
Fix type error
1 parent d84c583 commit f73a6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/filepattern/cpp/util/sort.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class ExternalMergeSort {
7373
std::string tmpdir_; // Create a directory to store temporary files
7474
std::string sort_variable_; // Variable to sort by if std_map
7575
std::string block_size_str_; // String input of blocksize
76-
int map_size_; // Number of variables in the map
76+
long unsigned int map_size_; // Number of variables in the map
7777
Map temp_map_;
7878

7979
/**

0 commit comments

Comments
 (0)