Changes in uspace/app/trace/trace.c [87822ce:01900b6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.c
r87822ce r01900b6 511 511 { 512 512 cons_event_t event; 513 errno_t rc;514 513 515 514 (void) arg; … … 523 522 fibril_mutex_unlock(&state_lock); 524 523 525 rc = console_get_event(console, &event); 526 if (rc != EOK) 524 if (!console_get_event(console, &event)) 527 525 return EINVAL; 528 526
Note:
See TracChangeset
for help on using the changeset viewer.