mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-01 00:36:54 +08:00
Sync changes from upstream repository
Co-authored-by: Andrew Le Bihan <andy@mcneel.com> Co-authored-by: Dale Lear <dalelear@mcneel.com> Co-authored-by: Greg Arden <greg@mcneel.com> Co-authored-by: Jussi Aaltonen <jussi@mcneel.com> Co-authored-by: Lowell <lowell@mcneelcom> Co-authored-by: Tim Hemmelman <tim@mcneel.com> Co-authored-by: piac <giulio@mcneel.com>
This commit is contained in:
@@ -404,7 +404,7 @@ bool ON_NumberFormatter::FormatAngleStringDMS(double angle_radians, ON_wString&
|
||||
minutes = minutes % 60;
|
||||
|
||||
degrees *= sign;
|
||||
formatted_string.Format(L"%d%c %d\' %d\"", degrees, ON_wString::DegreeSymbol, minutes, seconds);
|
||||
formatted_string.Format(L"%d%lc %d\' %d\"", degrees, ON_wString::DegreeSymbol, minutes, seconds);
|
||||
rc = true;
|
||||
}
|
||||
return rc;
|
||||
|
||||
Reference in New Issue
Block a user