Changeset 7a72ce1a in mainline for uspace/lib/block/libblock.c


Ignore:
Timestamp:
2011-08-30T18:10:40Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1b7e80
Parents:
4046b2f4
Message:

fix argument name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/block/libblock.c

    r4046b2f4 r7a72ce1a  
    911911        int rc = read_toc(devcon->sess, session);
    912912        if (rc == EOK)
    913                 memcpy(buf, devcon->comm_area, devcon->pblock_size);
     913                memcpy(data, devcon->comm_area, devcon->pblock_size);
    914914       
    915915        fibril_mutex_unlock(&devcon->comm_area_lock);
Note: See TracChangeset for help on using the changeset viewer.