[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: g_rc.nw



  User: cnieves 
  Date: 05/03/08 10:51:43

  Modified:    .        g_rc.nw
  Log:
  Removed deprecated guile functions.
  
  
  
  
  Revision  Changes    Path
  1.14      +2 -2      eda/geda/devel/libgeda/noweb/g_rc.nw
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: g_rc.nw
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/noweb/g_rc.nw,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- g_rc.nw	6 Mar 2005 00:00:26 -0000	1.13
  +++ g_rc.nw	8 Mar 2005 15:51:43 -0000	1.14
  @@ -983,8 +983,8 @@
   SCM
   g_rc_map_font_character_to_file(SCM character_param, SCM file_param)
   {
  -  gchar *file = gh_scm2newstr(file_param, NULL);
  -  gchar *character = gh_scm2newstr(character_param, NULL);
  +  gchar *file =  g_strdup (SCM_STRING_CHARS (file_param));
  +  gchar *character = g_strdup (SCM_STRING_CHARS (character_param));
   
     if ( (file == NULL) || (character == NULL) ) {
       fprintf(stderr,