/[xforms]/xforms/lib/goodie_choice.c
ViewVC logotype

Diff of /xforms/lib/goodie_choice.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by leeming, Tue Apr 15 19:14:16 2003 UTC revision 1.4 by leeming, Thu Apr 17 09:04:57 2003 UTC
# Line 170  fl_show_choice(const char *m1, const cha Line 170  fl_show_choice(const char *m1, const cha
170  {  {
171      char buf[1024];      char buf[1024];
172    
173      snprintf(buf, sizeof(buf), "%s\n%s\n%s", m1 ? m1 : "",      fl_snprintf(buf, sizeof(buf), "%s\n%s\n%s", m1 ? m1 : "",
174              m2 ? m2 : "",              m2 ? m2 : "",
175              m3 ? m3 : "");              m3 ? m3 : "");
176      return fl_show_choices(buf, numb, c1, c2, c3, def);      return fl_show_choices(buf, numb, c1, c2, c3, def);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26