Changeset ac59a39 in mainline


Ignore:
Timestamp:
2008-04-07T22:37:33Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f689a3e
Parents:
1383356
Message:

fix copy-paste typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/ipc.c

    r1383356 rac59a39  
    771771
    772772        *callid = async_get_call(&data);
    773         if (IPC_GET_METHOD(data) != IPC_M_DATA_WRITE)
     773        if (IPC_GET_METHOD(data) != IPC_M_SHARE_OUT)
    774774                return 0;
    775775        *size = (size_t) IPC_GET_ARG2(data);
Note: See TracChangeset for help on using the changeset viewer.