Index: trunk/src_plugins/rubberband_orig/rubberband.c =================================================================== --- trunk/src_plugins/rubberband_orig/rubberband.c (revision 7605) +++ trunk/src_plugins/rubberband_orig/rubberband.c (revision 7606) @@ -970,7 +970,7 @@ *x = pcb_marked->X + fmove_total.x; *y = pcb_marked->Y + fmove_total.y; - /* Move rubberband: fmove_totalˇnormal = fmove_rubberbandˇnormal + /* Move rubberband: fmove_total*normal = fmove_rubberband*normal * where normal is the moving line normal */ fnormal.x = fmain.direction.y;