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

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



The branch, master has been updated
       via  1889ec316b0b4e3d4a41d132a3f4a80ced5d8812 (commit)
      from  4247f5264ea0f64d2c41c96609b925bdbb4ae1a5 (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/common/actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

commit 1889ec316b0b4e3d4a41d132a3f4a80ced5d8812
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Oops, re-comment-out a debug statement.
    
    Re-comment out a debug statement that was accidentally left uncommented
    in the last commit.

:100644 100644 6137200... 0256772... M	src/hid/common/actions.c

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

commit 1889ec316b0b4e3d4a41d132a3f4a80ced5d8812
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Oops, re-comment-out a debug statement.
    
    Re-comment out a debug statement that was accidentally left uncommented
    in the last commit.

diff --git a/src/hid/common/actions.c b/src/hid/common/actions.c
index 6137200..0256772 100644
--- a/src/hid/common/actions.c
+++ b/src/hid/common/actions.c
@@ -333,7 +333,7 @@ hid_parse_actions (const char *rstr,
   if (function == NULL)
     function = hid_actionv;
 
-  fprintf(stderr, "invoke: `%s'\n", rstr);
+  /*fprintf(stderr, "invoke: `%s'\n", rstr);*/
 
   sp = rstr;
   str = malloc(strlen(rstr)+1);




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