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

gEDA-cvs: CVS update: s_table.c



  User: sdb     
  Date: 05/03/06 14:17:26

  Modified:    .        s_table.c x_dialog.c
  Log:
  Fix uninitialized variables found by Dan.
  
  
  
  
  Revision  Changes    Path
  1.9       +2 -2      eda/geda/devel/gattrib/src/s_table.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: s_table.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gattrib/src/s_table.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- s_table.c	21 Feb 2005 05:29:33 -0000	1.8
  +++ s_table.c	6 Mar 2005 19:17:26 -0000	1.9
  @@ -314,7 +314,7 @@
    
   }
    
  - 
  +#if 0
   /*------------------------------------------------------------------
    * This fcn iterates over adds all items found on this page looking
    * for nets and adds them individually to the net table.  Looping over
  @@ -395,7 +395,7 @@
   #endif
    
   }
  - 
  +#endif
   
   
   /*------------------------------------------------------------------
  
  
  
  1.17      +1 -3      eda/geda/devel/gattrib/src/x_dialog.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: x_dialog.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gattrib/src/x_dialog.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- x_dialog.c	21 Feb 2005 05:29:33 -0000	1.16
  +++ x_dialog.c	6 Mar 2005 19:17:26 -0000	1.17
  @@ -413,7 +413,6 @@
     GtkWidget *buttonabort = NULL;
     GtkWidget *vbox, *action_area;
     char *string;
  -  char *refdes;
   
   #ifdef DEBUG
     printf("In x_dialog_missing_sym, creating windows.\n");
  @@ -448,8 +447,7 @@
     
     /*  Create a text label for the dialog window */
     string =
  -    g_strdup_printf(_("Warning!  One or more components have been found with missing symbol files (%s)!\n"),
  -      refdes);
  +    g_strdup_printf(_("Warning!  One or more components have been found with missing symbol files!\n"));
     string =
       g_strdup_printf(_("%s\n"), string);
     string =