B_POSIX_ENOMEM is obviously an error...
* was wrongly reported as "No error"
This commit is contained in:
parent
83953c9405
commit
f916b68079
@ -42,12 +42,12 @@ error_description(int error)
|
||||
// General Errors
|
||||
|
||||
case B_NO_ERROR:
|
||||
case B_POSIX_ENOMEM:
|
||||
return "No error";
|
||||
case B_ERROR:
|
||||
return "General system error";
|
||||
|
||||
case B_NO_MEMORY:
|
||||
case B_POSIX_ENOMEM:
|
||||
// ENOMEM
|
||||
return "Out of memory";
|
||||
case B_IO_ERROR:
|
||||
|
Loading…
x
Reference in New Issue
Block a user