Added my favoritest error code ever to DecodeResult()
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@535 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -80,7 +80,10 @@ status_t DecodeResult(status_t result) {
|
||||
case B_PARTITION_TOO_SMALL:
|
||||
str = "B_PARTITION_TOO_SMALL";
|
||||
break;
|
||||
|
||||
|
||||
case B_BAD_MIME_SNIFFER_RULE:
|
||||
str = "B_BAD_MIME_SNIFFER_RULE";
|
||||
break;
|
||||
|
||||
// General Errors
|
||||
case B_NO_MEMORY:
|
||||
|
||||
Reference in New Issue
Block a user