BAS: Back up the last change... it was right the way it was before

This commit is contained in:
Gregory Nutt 2014-11-02 14:09:59 -06:00
parent 1c3e09f704
commit d748a6dc92

View File

@ -1986,7 +1986,7 @@ long int FS_lof(int chn)
return -1; return -1;
} }
return (long int)((endpos + 1) / file[chn]->recLength); return (long int)(endpos / file[chn]->recLength);
#endif #endif
} }