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

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



The branch, master has been updated
       via  a354691f7088c80077658c26268ccbcdfe69356f (commit)
      from  0988aa477a816841dff9ddd766a3287ed5a5d728 (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/report.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

commit a354691f7088c80077658c26268ccbcdfe69356f
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Fix texinfo bug in report.c patch
    
    {} are special characters in texinfo

:100644 100644 cb9afc6... 56e9be4... M	src/report.c

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

commit a354691f7088c80077658c26268ccbcdfe69356f
Author: DJ Delorie <dj@xxxxxxxxxxx>
Commit: DJ Delorie <dj@xxxxxxxxxxx>

    Fix texinfo bug in report.c patch
    
    {} are special characters in texinfo

diff --git a/src/report.c b/src/report.c
index cb9afc6..56e9be4 100644
--- a/src/report.c
+++ b/src/report.c
@@ -899,7 +899,7 @@ ReportNetLengthByName (char *tofind, int x, int y)
  * syntax: 
  */
 
-static const char report_syntax[] = "Report(Object|DrillReport|FoundPins|NetLength|AllNetLengths|{,name})";
+static const char report_syntax[] = "Report(Object|DrillReport|FoundPins|NetLength|AllNetLengths|[,name])";
 
 static const char report_help[] = "Produce various report.";
 




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