[haiku-commits] Re: haiku: hrev44878 - in src/apps/debugger/user_interface: cli util gui/team_window

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 23 Nov 2012 23:13:51 +0100

On 11/23/2012 08:37 PM, Axel DÃrfler wrote:
On 11/23/2012 12:22 PM, Ingo Weinhold wrote:
           _RegisterCommand("sc",
stackTraceCommandReference2.Detach()) &&
           _RegisterCommand("stop", new(std::nothrow) CliStopCommand) &&
           _RegisterCommand("thread", new(std::nothrow)
CliThreadCommand) &&
-        _RegisterCommand("threads", new(std::nothrow)
CliThreadsCommand)) {
+        _RegisterCommand("threads", new(std::nothrow)
CliThreadsCommand) &&

Are those operators really last in line here, or is that my imagination?
:-)

Ugh, now that you mention it... It's high time my current project is coming to an end. :-)

CU, Ingo


Other related posts: