summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/modules/debugger/debugint.c')
-rw-r--r--src/osd/modules/debugger/debugint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/debugint.c b/src/osd/modules/debugger/debugint.c
index 9e2c988deff..cbb7a627466 100644
--- a/src/osd/modules/debugger/debugint.c
+++ b/src/osd/modules/debugger/debugint.c
@@ -481,7 +481,7 @@ static void dview_draw_title(DView *dv)
dview_draw_outlined_box(dv, RECT_DVIEW_TITLE, 0, 0, dv->bounds.width(), TITLE_HEIGHT, col);
- if (!dv->title)
+ if (dv->title.empty())
return;
for (i = 0; i<strlen(dv->title.c_str()); i++)