actually print the color_which which fails (ie in Cortex)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16986 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -730,7 +730,7 @@ ui_color(color_which which)
|
|||||||
case B_FAILURE_COLOR:
|
case B_FAILURE_COLOR:
|
||||||
return make_color(255,0,0);
|
return make_color(255,0,0);
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "ui_color(): unknown color_which\n");
|
fprintf(stderr, "ui_color(): unknown color_which %d\n", which);
|
||||||
return make_color(0,0,0);
|
return make_color(0,0,0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user