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

gEDA-cvs: CVS update: convert_sym.c



  User: ahvezda 
  Date: 07/02/10 11:25:53

  Modified:    .        convert_sym.c
  Log:
  Applied patch by Hans N. [ 1581813 ] Patch to ignore '|' tags.  Thanks!
  
  
  
  
  Revision  Changes    Path
  1.17      +5 -3      eda/geda/gaf/utils/src/convert_sym.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: convert_sym.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/utils/src/convert_sym.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- convert_sym.c	22 Dec 2006 03:00:50 -0000	1.16
  +++ convert_sym.c	10 Feb 2007 16:25:53 -0000	1.17
  @@ -33,7 +33,7 @@
    *   along with this program; if not, write to the Free Software
    *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA
    *
  - * 	$Id: convert_sym.c,v 1.16 2006/12/22 03:00:50 danmc Exp $	 
  + * 	$Id: convert_sym.c,v 1.17 2007/02/10 16:25:53 ahvezda Exp $	 
    */
   
   #include <stdio.h>
  @@ -65,7 +65,7 @@
   #endif
   
   #ifndef lint
  -static char vcid[] ATTRIBUTE_UNUSED = "$Id: convert_sym.c,v 1.16 2006/12/22 03:00:50 danmc Exp $";
  +static char vcid[] ATTRIBUTE_UNUSED = "$Id: convert_sym.c,v 1.17 2007/02/10 16:25:53 ahvezda Exp $";
   #endif /* lint */
   
   #ifndef OPTARG_IN_UNISTD
  @@ -514,7 +514,9 @@
   	case 'X':  /* unconnected pin record */
   	  do_nop(fp);
   	  break;
  -
  +	case '|':  /* some kind of timestamp */
  +	  do_nop(fp);
  +	  break;
   	default: /* just read in the record and trash it */
   	  fgets(buf, MAX_TEXTLEN, fp);
   	  /* nuke trailing CR, if there */
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs