📝 rename flstream => filestream

This commit is contained in:
ValKmjolnir
2024-05-22 00:08:36 +08:00
parent 7590a286c3
commit b6a7b7f46d
5 changed files with 10 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ void operand_line_counter::load_file_line_counter(
file_name_list = file_list;
file_line_counter = {};
file_contents = {};
flstream fs;
filestream fs;
for(usize i =0; i<file_list.size(); ++i) {
fs.load(file_list[i]);
file_contents.push_back(fs.file_content());