Update finder_info.cpp

This commit is contained in:
ksherlock 2020-11-12 10:30:22 -05:00 committed by GitHub
parent b440a35d29
commit bf4399146d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}