diff options
-rw-r--r-- | planemask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/planemask.c b/planemask.c index 535d6d5..7548e26 100644 --- a/planemask.c +++ b/planemask.c @@ -67,7 +67,7 @@ create_planemask_choice(Widget w) int i, num_planes; char buf[40]; - char name[12]; + char name[20]; num_planes = PlanesOfScreen(X.scr); |