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

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



The branch, master has been updated
       via  75a822c666ac903dacaa40fc09f6b3b3b7cd2812 (commit)
      from  cec4f8c85e35ab012673703ce789568711b0e3a4 (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/batch/batch.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


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

commit 75a822c666ac903dacaa40fc09f6b3b3b7cd2812
Author: Ineiev <ineiev@xxxxxxxxxxxxxxxx>
Commit: Ineiev <ineiev@xxxxxxxxxxxxxxxx>

    fix batch gui

:100644 100644 3ccca3a... a51d058... M	src/hid/batch/batch.c

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

commit 75a822c666ac903dacaa40fc09f6b3b3b7cd2812
Author: Ineiev <ineiev@xxxxxxxxxxxxxxxx>
Commit: Ineiev <ineiev@xxxxxxxxxxxxxxxx>

    fix batch gui

diff --git a/src/hid/batch/batch.c b/src/hid/batch/batch.c
index 3ccca3a..a51d058 100644
--- a/src/hid/batch/batch.c
+++ b/src/hid/batch/batch.c
@@ -87,8 +87,8 @@ info (int argc, char **argv, int x, int y)
   printf("Size: %g x %g mils, %g x %g mm\n",
 	 COORD_TO_MIL(PCB->MaxWidth),
 	 COORD_TO_MIL(PCB->MaxHeight),
-	 PCB->MaxWidth * COOR_TO_MM,
-	 PCB->MaxHeight * COOR_TO_MM);
+	 COORD_TO_MM (PCB->MaxWidth),
+	 COORD_TO_MM (PCB->MaxHeight));
   cg = GetLayerGroupNumberByNumber (component_silk_layer);
   sg = GetLayerGroupNumberByNumber (solder_silk_layer);
   for (i=0; i<MAX_LAYER; i++)




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