mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
fix wrong argument in checking boundaries for a rectangle
some whitespace fixes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@126448 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -148,7 +148,7 @@ struct board *board_setup(SDL_Surface *screen, SDL_Rect *dest,
|
||||
b->cur_col = 0; /* current print column */
|
||||
b->cur_line = 0; /* last line displayed */
|
||||
|
||||
ast_log(LOG_WARNING, "Message board %dx%d@%d,%d successfully initialized\n",
|
||||
if (0) ast_log(LOG_WARNING, "Message board %dx%d@%d,%d successfully initialized\n",
|
||||
b->p_rect->w, b->p_rect->h,
|
||||
b->p_rect->x, b->p_rect->y);
|
||||
return b;
|
||||
|
||||
Reference in New Issue
Block a user