Changeset 2e3355a in mainline for uspace/app/trace/ipcp.c
- Timestamp:
- 2008-09-20T11:43:36Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3b8fe85
- Parents:
- 94e152a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/ipcp.c
r94e152a r2e3355a 288 288 oper = pcall->oper; 289 289 290 if (oper != NULL && oper->rv_type != V_VOID || oper->respc > 0) {290 if (oper != NULL && (oper->rv_type != V_VOID || oper->respc > 0)) { 291 291 printf("->"); 292 292
Note:
See TracChangeset
for help on using the changeset viewer.