1
0
mirror of https://github.com/jht5945/finding.git synced 2026-06-10 18:15:39 +08:00

update hugefile logic

This commit is contained in:
2019-07-22 01:41:22 +08:00
parent 68df2435e0
commit 3271c4864c
+1 -1
View File
@@ -64,7 +64,7 @@ fn main() {
Some(p_str) => {
print_lastline("");
print_message(MessageType::OK, &format!("{} [{}]", p_str, get_display_size(len as i64)));
}
},
}
}
},