Changeset 4a5e2f1 in mainline


Ignore:
Timestamp:
2011-01-23T23:03:15Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0cfc68f0
Parents:
c979591b
Message:

Bugfix - forgotten if branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/vhc/devices.c

    rc979591b r4a5e2f1  
    187187                                    transaction->buffer, transaction->len,
    188188                                    &tmp);
    189                                 if (tmp < transaction->len) {
    190                                         transaction->len = tmp;
    191                                 }
     189                                transaction->actual_len = tmp;
    192190                                break;
    193191                               
Note: See TracChangeset for help on using the changeset viewer.