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, local
131 if (error_string != NULL && strcmp(error_string, "\n")) {
133 message.AddString("error", error_string);

Completed in 31 milliseconds