Skip to content

Commit

Permalink
Update finder_info.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Nov 12, 2020
1 parent b440a35 commit bf43991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finder_info.cpp
Expand Up @@ -462,7 +462,7 @@ void finder_info::close() {
_fd = -1;
}
void finder_info::clear() {
std::memset(_finder_info, 0, sizeof(+_finder_info));
std::memset(_finder_info, 0, sizeof(_finder_info));
_prodos_file_type = 0;
_prodos_aux_type = 0;
}
Expand Down

0 comments on commit bf43991

Please sign in to comment.