Changeset 1d174fb in buchla-68k


Ignore:
Timestamp:
07/16/2017 11:30:22 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
0c06bc5
Parents:
d60f436
Message:

Cast fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/conwr.c

    rd60f436 r1d174fb  
    2222        register int16_t count;
    2323
    24         kind = (int16_t)arg;
     24        kind = (int16_t)(int32_t)arg;
    2525        buff8 = buff;
    2626
Note: See TracChangeset for help on using the changeset viewer.