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

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



The branch, master has been updated
       via  9713a872e7e4068a3512ab080644f71e7e4dee87 (commit)
      from  82721122dae63a96c89d273bba7abd8b3e6e8337 (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 9713a872e7e4068a3512ab080644f71e7e4dee87
Author: Andrew Poelstra <asp11@xxxxxx>
Commit: Andrew Poelstra <asp11@xxxxxx>

    Fix typo in unplated hole output in report.c

:100644 100644 afd63ac... 53b8b41... M	src/report.c

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

commit 9713a872e7e4068a3512ab080644f71e7e4dee87
Author: Andrew Poelstra <asp11@xxxxxx>
Commit: Andrew Poelstra <asp11@xxxxxx>

    Fix typo in unplated hole output in report.c

diff --git a/src/report.c b/src/report.c
index afd63ac..53b8b41 100644
--- a/src/report.c
+++ b/src/report.c
@@ -145,7 +145,7 @@ ReportDialog (int argc, char **argv, int x, int y)
 	via = (PinTypePtr) ptr2;
 	if (TEST_FLAG (HOLEFLAG, via))
 	  pcb_sprintf (&report[0], "%m+VIA ID# %ld; Flags:%s\n"
-		   "(X,Y) = %$mD %s.\n"
+		   "(X,Y) = %$mD.\n"
 		   "It is a pure hole of diameter %$mS.\n"
 		   "Name = \"%s\"."
 		   "%s", USER_UNITMASK, via->ID, flags_to_string (via->Flags, VIA_TYPE),




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