Changeset aa7dc64 in mainline


Ignore:
Timestamp:
2011-02-15T22:41:52Z (13 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.

Location:
uspace
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/rootpc/rootpc.c

    rab331c3 raa7dc64  
    148148                goto failure;
    149149        }
    150         printf(NAME ": registered function handle = %u\n", fnode->handle);
    151150       
    152151        return true;
  • 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.