Changeset 33b5477 in buchla-68k for libcio/dirfns.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/dirfns.c

    r928d5d9 r33b5477  
    7878*/
    7979
    80 int8_t *dtunpk(int16_t din, int16_t tin, int16_t fmt, int8_t *s)
     80int8_t *dtunpk(int16_t din, int16_t tin, int8_t *s, int16_t fmt)
    8181{
    8282        register int16_t        ftm, fdt;
Note: See TracChangeset for help on using the changeset viewer.