Changeset 33b5477 in buchla-68k for libcio/filesys.c


Ignore:
Timestamp:
07/14/2017 12:36:45 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
298f0b4
Parents:
928d5d9
Message:

Fixed argument order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/filesys.c

    r928d5d9 r33b5477  
    9090*/
    9191
    92 uint16_t _getfat(uint16_t *bufad, uint16_t nfat, struct bpb *bpp)
     92uint16_t _getfat(uint16_t *bufad, struct bpb *bpp, uint16_t nfat)
    9393{
    9494        uint16_t fatsec;
Note: See TracChangeset for help on using the changeset viewer.