Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/expander/
H A DExpanderThread.cpp129 char* error_string = fgets(fExpanderOutputBuffer, LINE_MAX, in ExecuteUnit() local
131 if (error_string != NULL && strcmp(error_string, "\n")) { in ExecuteUnit()
133 message.AddString("error", error_string); in ExecuteUnit()