Add missing strings to strerror() for hrev46649

This commit is contained in:
François Revol 2014-07-30 12:18:47 +02:00
parent 35edaf281f
commit 917634bc8a
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@ error_description(int error)
return "Missing library";
case B_MISSING_SYMBOL:
return "Symbol not found";
case B_UNKNOWN_EXECUTABLE:
return "Unknown executable format";
case B_LEGACY_EXECUTABLE:
return "Unsupported legacy executable";
case B_DEBUGGER_ALREADY_INSTALLED:
return "Debugger already installed for this team";