projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
cd95c02
)
Fix compile error in SetComboChoice Xaw
author
H.G.Muller
<hgm@hgm-xboard.(none)>
Wed, 2 Mar 2016 22:27:59 +0000 (23:27 +0100)
committer
H.G.Muller
<hgm@hgm-xboard.(none)>
Tue, 8 Mar 2016 18:29:58 +0000 (19:29 +0100)
xaw/xoptions.c
patch
|
blob
|
history
diff --git
a/xaw/xoptions.c
b/xaw/xoptions.c
index
502aed1
..
38f0c85
100644
(file)
--- a/
xaw/xoptions.c
+++ b/
xaw/xoptions.c
@@
-189,7
+189,7
@@
SetWidgetLabel (Option *opt, char *buf)
}
void
-SetComboChoice (Option *opt, char *n)
+SetComboChoice (Option *opt, int n)
{
SetWidgetText(opt, opt->choice[n]);
}