/[oroborus]/oroborus/src/i18n.c
ViewVC logotype

Diff of /oroborus/src/i18n.c

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

revision 1.2 by dreamind, Thu May 30 13:57:51 2002 UTC revision 1.3 by dreamind, Sun Jun 30 23:15:32 2002 UTC
# Line 51  getFont (Display * dpy, MyFont * font, c Line 51  getFont (Display * dpy, MyFont * font, c
51    
52    if (use_fontset)    if (use_fontset)
53      {      {
54        basename = malloc (strlen (name) + 3);        basename = xmalloc (strlen (name) + 3);
55        if (basename)        if (basename)
56          sprintf (basename, "%s,*", name);          sprintf (basename, "%s,*", name);
57        else        else

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

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