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

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



The branch, master has been updated
       via  9299b3bbeaa5567f2548541c602072a06e8d28d5 (commit)
      from  01d718218c8202ac06d12dfcdc8427a751df2ec6 (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/lesstif/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

commit 9299b3bbeaa5567f2548541c602072a06e8d28d5
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    lesstif: Remove errornous & operator in free () call
    
    GCC spotted this one.

:100644 100644 370d816... 93bb2b8... M	src/hid/lesstif/main.c

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

commit 9299b3bbeaa5567f2548541c602072a06e8d28d5
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    lesstif: Remove errornous & operator in free () call
    
    GCC spotted this one.

diff --git a/src/hid/lesstif/main.c b/src/hid/lesstif/main.c
index 370d816..93bb2b8 100644
--- a/src/hid/lesstif/main.c
+++ b/src/hid/lesstif/main.c
@@ -3704,7 +3704,7 @@ lesstif_show_item (void *item)
 
   if (pd->left > pd->right)
     {
-      free (&pd);
+      free (pd);
       return;
     }
   pd->prev = 0;




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