equal
deleted
inserted
replaced
1035 else if ( y == 2 )// seconds |
1035 else if ( y == 2 )// seconds |
1036 { |
1036 { |
1037 seconds = numer/denom; |
1037 seconds = numer/denom; |
1038 } |
1038 } |
1039 } |
1039 } |
1040 _LIT(KFormat, "%.0f°%.0f'%.2f\"" ); |
1040 _LIT(KFormat, "%.0f\xB0%.0f'%.2f\"" ); |
1041 aPosDegrees.Format( KFormat, degrees, minutes, seconds ); |
1041 aPosDegrees.Format( KFormat, degrees, minutes, seconds ); |
1042 TRACE_FUNC_EXIT; |
1042 TRACE_FUNC_EXIT; |
1043 return KErrNone; |
1043 return KErrNone; |
1044 } |
1044 } |
1045 |
1045 |