forked from Imagelibrary/rtems
2002-10-24 Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
* capture/capture.c, monitor/mon-manager.c, stackchk/check.c: Patch to remove problems introduced by object name rework.
This commit is contained in:
@@ -318,7 +318,7 @@ rtems_capture_create_capture_task (rtems_tcb* new_task)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
rtems_capture_dup_name (&task->name, *((rtems_name*) new_task->Object.name));
|
||||
rtems_capture_dup_name (&task->name, ((rtems_name) new_task->Object.name));
|
||||
|
||||
task->id = new_task->Object.id;
|
||||
task->flags = 0;
|
||||
|
||||
Reference in New Issue
Block a user