Fixed a typo. Structs debug_image_created and debug_image_deleted are today identical,
but better not assume they're. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26916 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1245,7 +1245,7 @@ TRACE(("haiku_child_wait_internal(): B_APP_IMAGE created, reprocess -> exec\n"))
|
|||||||
|
|
||||||
case B_DEBUGGER_MESSAGE_IMAGE_DELETED:
|
case B_DEBUGGER_MESSAGE_IMAGE_DELETED:
|
||||||
haiku_remove_image(teamDebugInfo,
|
haiku_remove_image(teamDebugInfo,
|
||||||
event->data.image_created.info.id);
|
event->data.image_deleted.info.id);
|
||||||
|
|
||||||
// send TARGET_WAITKIND_LOADED here too, it causes the shared
|
// send TARGET_WAITKIND_LOADED here too, it causes the shared
|
||||||
// object list to be updated
|
// object list to be updated
|
||||||
|
|||||||
Reference in New Issue
Block a user