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

gEDA-cvs: pcb.git: branch: master updated (b36af53a1a4fccce082c27efa1a9d20f0a591b1e)



The branch, master has been updated
       via  b36af53a1a4fccce082c27efa1a9d20f0a591b1e (commit)
      from  2c772a4e139a7e3ba4836bb82d9d17f7687bd4c8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/hid/nelma/nelma.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit b36af53a1a4fccce082c27efa1a9d20f0a591b1e
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Tue Feb 10 20:26:26 2009 +0000

    nelma: Fix prototype on set_layer() method to take the "empty" flag.
    
    Fixes warning about incompatible types when intialising the HID structure.

:100644 100644 e7d0f9f... 2180325... M	src/hid/nelma/nelma.c

=========
 Changes
=========

commit b36af53a1a4fccce082c27efa1a9d20f0a591b1e
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Tue Feb 10 20:26:26 2009 +0000

    nelma: Fix prototype on set_layer() method to take the "empty" flag.
    
    Fixes warning about incompatible types when intialising the HID structure.

diff --git a/src/hid/nelma/nelma.c b/src/hid/nelma/nelma.c
index e7d0f9f..2180325 100644
--- a/src/hid/nelma/nelma.c
+++ b/src/hid/nelma/nelma.c
@@ -698,7 +698,7 @@ nelma_do_export(HID_Attr_Val * options)
 /* *** PNG export (slightly modified code from PNG export HID) ************* */
 
 static int 
-nelma_set_layer(const char *name, int group)
+nelma_set_layer(const char *name, int group, int empty)
 {
 	int             idx = (group >= 0 && group < max_layer) ?
 	PCB->LayerGroups.Entries[group][0] : group;




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