Changeset 8973acd in buchla-68k for libcio/blkwr.c


Ignore:
Timestamp:
07/15/2017 03:12:10 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ea232f9
Parents:
7d0d347
Message:

No more warnings in libcio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/blkwr.c

    r7d0d347 r8973acd  
    100100#endif
    101101
    102                                 if (rc = BIOS(B_RDWR, 1, buf, 1, (int16_t)fcp->curdsn, 0)) {
     102                                if ((rc = BIOS(B_RDWR, 1, buf, 1, (int16_t)fcp->curdsn, 0))) {
    103103
    104104#if     DEBUGIT
     
    150150#endif
    151151
    152                                 if (rc = BIOS(B_RDWR, 1, buf, 1, (int16_t)fcp->curdsn, 0)) {
     152                                if ((rc = BIOS(B_RDWR, 1, buf, 1, (int16_t)fcp->curdsn, 0))) {
    153153
    154154#if     DEBUGIT
     
    184184                        }
    185185
    186                         fcp->de.bclust = micons(clustr);
     186                        fcp->de.bclust = micon16((uint16_t)clustr);
    187187                        _ptcl12(_thefat, clustr, 0x0FF8);
    188188                        _fatmod = TRUE;
     
    201201#endif
    202202
    203                         if (rc = BIOS(B_RDWR, 1, buf, 1, (int16_t)fcp->curdsn, 0)) {
     203                        if ((rc = BIOS(B_RDWR, 1, buf, 1, (int16_t)fcp->curdsn, 0))) {
    204204
    205205#if     DEBUGIT
Note: See TracChangeset for help on using the changeset viewer.