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

Diff of /xforms/lib/fonts.c

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

revision 1.5 by leeming, Thu Apr 24 09:35:34 2003 UTC revision 1.6 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 486  fl_set_tabstop(const char *s) Line 486  fl_set_tabstop(const char *s)
486  }  }
487    
488  #if 0  #if 0
489  int  int
490  fl_set_tabstops(int n, const char *s)  fl_set_tabstops(int n, const char *s)
491  {  {
492      if (n < 0 || n >= MaxTabs || !s)      if (n < 0 || n >= MaxTabs || !s)
# Line 494  fl_set_tabstops(int n, const char *s) Line 494  fl_set_tabstops(int n, const char *s)
494    
495      if (tabstop[n] != 0)      if (tabstop[n] != 0)
496           fl_free(tabstop[n]);           fl_free(tabstop[n]);
497        
498      tabstop[n] = fl_strdup(s);      tabstop[n] = fl_strdup(s);
499      tabstopNchar[n] = strlen(tabstop[n]);      tabstopNchar[n] = strlen(tabstop[n]);
500      return 0;      return 0;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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