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

Diff of /xforms/lib/goodie_msg.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 111  void Line 111  void
111  fl_show_message(const char *s1, const char *s2, const char *s3)  fl_show_message(const char *s1, const char *s2, const char *s3)
112  {  {
113      char buf[2048];      char buf[2048];
114      snprintf(buf,sizeof(buf),      fl_snprintf(buf,sizeof(buf),
115           "%s\n%s\n%s", s1 ? s1 : "", s2 ? s2 : "", s3 ? s3 : "");           "%s\n%s\n%s", s1 ? s1 : "", s2 ? s2 : "", s3 ? s3 : "");
116      fl_show_messages(buf);      fl_show_messages(buf);
117  }  }

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