Module: nagvis
Branch: master
Commit: 443c64de74035c12e652b3f8077e8e949ad10822
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=443c64de74035c12e652b3f8077e8e949ad10822

Author: Lars Michelsen <[email protected]>
Date:   Mon Feb  7 22:05:59 2011 +0100

Fixed typo

---

 share/frontend/nagvis-js/js/lines.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/frontend/nagvis-js/js/lines.js 
b/share/frontend/nagvis-js/js/lines.js
index c1b9c2a..40bff42 100644
--- a/share/frontend/nagvis-js/js/lines.js
+++ b/share/frontend/nagvis-js/js/lines.js
@@ -302,7 +302,7 @@ function drawNagVisLine(objectId, lineType, cuts, x, y, z, 
width, colorFill, col
                        if(isset(perfdata[1]) && isset(perfdata[1][1]) && 
isset(perfdata[1][2]))
                                perfdataA = perfdata[1][1] + perfdata[1][2];
                        drawArrow(objectId, 2, xEnd, yEnd, xMid, yMid, z, 
width, colorFill2, colorBorder);
-      drawLinkOrLabel(objectId, 2, lineType, imiddle(xEnd, xMid, cutOut), 
middle(yEnd, yMid, cutOut), z, perfdataA, perfdataB, bLinkArea, bLabelShow);
+      drawLinkOrLabel(objectId, 2, lineType, middle(xEnd, xMid, cutOut), 
middle(yEnd, yMid, cutOut), z, perfdataA, perfdataB, bLinkArea, bLabelShow);
                        break;
                case '14':
                        // -%+BW-><-%+BW- lines


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to