# HG changeset patch # User Stefan Monnier # Date 970333407 0 # Node ID 02773dbde247898b1a51fc28cf477e5e44e7ab6a # Parent 8c8661e981c583aa3af6325ca286fba0832e11cc (lw_separator_p): Init separator_p (bug with "-- some text"). diff -r 8c8661e981c5 -r 02773dbde247 lwlib/ChangeLog --- a/lwlib/ChangeLog Sat Sep 30 17:00:32 2000 +0000 +++ b/lwlib/ChangeLog Sat Sep 30 17:03:27 2000 +0000 @@ -1,3 +1,7 @@ +2000-09-30 Stefan Monnier + + * lwlib.c (lw_separator_p): Init separator_p (bug with "-- some text"). + 2000-09-28 Sam Steingold * xlwmenu.c: Before including on SUN, define SUNOS41 diff -r 8c8661e981c5 -r 02773dbde247 lwlib/lwlib.c --- a/lwlib/lwlib.c Sat Sep 30 17:00:32 2000 +0000 +++ b/lwlib/lwlib.c Sat Sep 30 17:03:27 2000 +0000 @@ -1485,7 +1485,7 @@ enum menu_separator *type; int motif_p; { - int separator_p; + int separator_p = 0; if (strlen (label) >= 3 && bcmp (label, "--:", 3) == 0)