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

gEDA-cvs: CVS update: o_complex_basic.nw



  User: danmc   
  Date: 05/02/14 17:32:27

  Modified:    .        o_complex_basic.nw
  Log:
  fix a couple of format string not matching # of arguments bugs
  
  
  
  
  Revision  Changes    Path
  1.23      +2 -2      eda/geda/devel/libgeda/noweb/o_complex_basic.nw
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: o_complex_basic.nw
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/libgeda/noweb/o_complex_basic.nw,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- o_complex_basic.nw	4 Feb 2005 22:37:06 -0000	1.22
  +++ o_complex_basic.nw	14 Feb 2005 22:32:27 -0000	1.23
  @@ -572,7 +572,7 @@
   
       /* Add some useful text */
       not_found_text = 
  -      g_strdup_printf ("Component not found:\n %s", basename, NULL);
  +      g_strdup_printf ("Component not found:\n %s", basename);
       prim_objs = o_text_add(w_current, prim_objs,
                              OBJ_TEXT, DETACHED_ATTRIBUTE_COLOR, 
                              x + NOT_FOUND_TEXT_X, 
  @@ -1920,7 +1920,7 @@
       {
         char* refdes_copy;
         fprintf(stderr, "\tMAJOR VERSION CHANGE (file %.3f, "
  -              "instantiated %.3f)!\n",
  +              "instantiated %.3f, %s)!\n",
                 inside_value, outside_value, refdes);
         s_log_message("\tMAJOR VERSION CHANGE (file %.3f, "
                       "instantiated %.3f)!\n",