Re: [PATCH] insets/InsetLine.cpp: use std::abs
On 10/26/2012 04:57 AM, Lars Gullik Bjønnes wrote: Use std::abs in stead of std::max(v, -v). These sorts of patches are always fine, I believe. Unless someone objects, please go ahead. rh
[PATCH] insets/InsetLine.cpp: use std::abs
Use std::abs in stead of std::max(v, -v). --- src/insets/InsetLine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetLine.cpp b/src/insets/InsetLine.cpp index 86a7e5c..f72fe64 100644 --- a/src/insets/InsetLine.cpp +++ b/src/insets/InsetLine.cpp @@ -118,7 +118,