Changeset 9ea8fdb4 in mainline
- Timestamp:
- 2011-05-22T19:24:37Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eaeb056
- Parents:
- e06e2716
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/assert.c
re06e2716 r9ea8fdb4 82 82 * assertions. 83 83 */ 84 printf(MSG_START "%s" MSG_FILE "%s" MSG_LINE "% " PRIu32MSG_END,84 printf(MSG_START "%s" MSG_FILE "%s" MSG_LINE "%u" MSG_END, 85 85 cond, file, line); 86 86 stacktrace_print();
Note:
See TracChangeset
for help on using the changeset viewer.