You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If rem(total, 8) is zero then remainder is equal to 8. The fseek will move 8 positions from 'cof' or Current position in file.
Fix
line 269: if remainder > 0 && remainder < 8
The text was updated successfully, but these errors were encountered:
If rem(total, 8) is zero then remainder is equal to 8. The fseek will move 8 positions from 'cof' or Current position in file.
Fix
line 269: if remainder > 0 && remainder < 8
The text was updated successfully, but these errors were encountered: