D6326: [kcalc] Do not group leading sign character

Christoph Feck noreply at phabricator.kde.org
Wed Jun 21 20:52:36 UTC 2017


cfeck created this revision.
Restricted Application added a subscriber: kde-utils-devel.

REVISION SUMMARY
  A negative sign was included into counting digit groups:
  
  9999 grouped as 9,999
  -9999 grouped as -9,999
  999 grouped as 999
  -999 grouped as -,999
  
  The bug is with the last number.
  
  This fixes https://bugs.kde.org/show_bug.cgi?id=381418

TEST PLAN
  Tested steps from bug 381418.

REPOSITORY
  R353 KCalc

REVISION DETAIL
  https://phabricator.kde.org/D6326

AFFECTED FILES
  kcalcdisplay.cpp

To: cfeck, teran
Cc: kde-utils-devel, teran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20170621/84c0c4a8/attachment.html>


More information about the Kde-utils-devel mailing list