From b2086a9ba0c71e99eb025c0753c4d104cbb08cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 5 Jul 2005 16:19:15 +0000 Subject: [PATCH] just in case someone continues in the debugger git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13449 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/app/Looper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kits/app/Looper.cpp b/src/kits/app/Looper.cpp index 23ed502940..9100006c1f 100644 --- a/src/kits/app/Looper.cpp +++ b/src/kits/app/Looper.cpp @@ -456,6 +456,7 @@ BLooper::Run() if (fRunCalled) { // Not allowed to call Run() more than once debugger("can't call BLooper::Run twice!"); + return fTaskID; } fTaskID = spawn_thread(_task0_, Name(), fInitPriority, this);