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
parent
13e811d7
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