Index: show_netnames.c =================================================================== --- show_netnames.c (revision 33924) +++ show_netnames.c (revision 33925) @@ -217,9 +217,9 @@ if (len != 0) { len = sqrt(len); - /* Don't print if label is longer than line's 80% */ - if (shn->w * lscale > len * 0.8) - return NULL; + /* Don't print if label is longer than line's 80% */ + if (shn->w * lscale > len * 0.8) + return NULL; if (l != 0) { vx /= len;