aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io.cpp b/src/io.cpp
index 6be01fd..1dc5642 100644
--- a/src/io.cpp
+++ b/src/io.cpp
@@ -283,7 +283,7 @@ bool ReadFile_anno(const string &file_anno, map<string, string> &mapRS2chr,
ch_ptr = strtok(NULL, " , \t");
enforce_str(ch_ptr, line + " Bad format");
- ulong b_pos;
+ long b_pos;
if (strcmp(ch_ptr, "NA") == 0) {
b_pos = -9;
} else {