fix: reduntant OpenFile->pos initialization
pos is already set to zero in the OpenFile constructor, thus there is no need to do that also in the OpenDir constructor
Loading
Please register or sign in to comment
pos is already set to zero in the OpenFile constructor, thus there is no need to do that also in the OpenDir constructor