Changeset aa7dc64 in mainline for uspace/srv


Ignore:
Timestamp:
2011-02-15T22:41:52Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c968a17
Parents:
ab331c3
Message:

Fix format specifiers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/main.c

    rab331c3 raa7dc64  
    486486        if (fun == NULL && !drv_to_parent) {
    487487                printf(NAME ": devman_forward error - cannot connect to "
    488                     "handle %d, refers to a device.\n", handle);
     488                    "handle %" PRIun ", refers to a device.\n", handle);
    489489                async_answer_0(iid, ENOENT);
    490490                return;
Note: See TracChangeset for help on using the changeset viewer.