Changeset 4a5e2f1 in mainline
- Timestamp:
- 2011-01-23T23:03:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0cfc68f0
- Parents:
- c979591b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/devices.c
rc979591b r4a5e2f1 187 187 transaction->buffer, transaction->len, 188 188 &tmp); 189 if (tmp < transaction->len) { 190 transaction->len = tmp; 191 } 189 transaction->actual_len = tmp; 192 190 break; 193 191
Note:
See TracChangeset
for help on using the changeset viewer.