diff options
author | Sebastian Geerken <devnull@localhost> | 2015-05-24 10:45:22 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-05-24 10:45:22 +0200 |
commit | f0fba0cb8e0fb64b960e6af8537661b565cc2121 (patch) | |
tree | 418ef2a1295f8ce119a6ec626c31ed037ba097e3 /src/tipwin.cc | |
parent | 6a9fcedc2df7b2dc81aa16b11f64758acbccc83f (diff) | |
parent | 02a3ee925afe16af350979f679df869164dd39c2 (diff) |
Merge with main repo.
Diffstat (limited to 'src/tipwin.cc')
-rw-r--r-- | src/tipwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tipwin.cc b/src/tipwin.cc index 01d9a2f4..7cfa0844 100644 --- a/src/tipwin.cc +++ b/src/tipwin.cc @@ -41,7 +41,7 @@ TipWin::TipWin() : Fl_Menu_Window(1, 1) // will autosize { bgcolor = fl_color_cube(FL_NUM_RED - 1, FL_NUM_GREEN - 1, FL_NUM_BLUE - 2); recent = 0; - strcpy(tip, ""); + tip[0] = '\0'; cur_widget = NULL; set_override(); // no border end(); |