Searched refs:runnerStatus (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/deskcalc/
H A DCalcView.cpp963 status_t runnerStatus = fEvaluateMessageRunner->InitCheck(); local
964 if (runnerStatus != B_OK)
965 printf("Evaluate Message Runner: %s\n", strerror(runnerStatus));

Completed in 32 milliseconds