Changeset 9ea8fdb4 in mainline for uspace/lib/c/generic/assert.c


Ignore:
Timestamp:
2011-05-22T19:24:37Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eaeb056
Parents:
e06e2716
Message:

Get the format right.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/assert.c

    re06e2716 r9ea8fdb4  
    8282         * assertions.
    8383         */
    84         printf(MSG_START "%s" MSG_FILE "%s" MSG_LINE "%" PRIu32 MSG_END,
     84        printf(MSG_START "%s" MSG_FILE "%s" MSG_LINE "%u" MSG_END,
    8585            cond, file, line);
    8686        stacktrace_print();
Note: See TracChangeset for help on using the changeset viewer.