Skip to content

Commit b726d73

Browse files
committed
[CMAKE]
sync with trunk (r51543) (I had to comment out sv-SE.rc in rapps, there are problems with characters) svn path=/branches/cmake-bringup/; revision=51553
2 parents 9ab4e68 + 8d7e24a commit b726d73

File tree

370 files changed

+12746
-13217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

370 files changed

+12746
-13217
lines changed

base/applications/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ add_subdirectory(logoff)
1616
add_subdirectory(magnify)
1717
add_subdirectory(mmc)
1818
add_subdirectory(mplay32)
19-
add_subdirectory(msconfig)
19+
# add_subdirectory(msconfig)
2020
add_subdirectory(mscutils)
2121
add_subdirectory(mstsc)
2222
add_subdirectory(network)

base/applications/calc/convert.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ typedef struct {
5050
static const conv_t conv_ANGLE[] = {
5151
DECLARE_CONV_UNIT(ANGLE, DEGREES, "$", "$")
5252
DECLARE_CONV_UNIT(ANGLE, GRADIANS, "$*0.9", "$/0.9")
53-
DECLARE_CONV_UNIT(ANGLE, RADIANS, "$*180/P", "$*P/180")
53+
DECLARE_CONV_UNIT(ANGLE, RADIANS, "$/P*180", "$*P/180")
5454
DECLARE_CONV_END
5555
};
5656

@@ -355,7 +355,7 @@ static const conv_t conv_TIME[] = {
355355
*/
356356
static const conv_t conv_TEMPERATURE[] = {
357357
DECLARE_CONV_UNIT(TEMPERATURE, CELSIUS, "$+273.15", "$-273.15")
358-
DECLARE_CONV_UNIT(TEMPERATURE, FAHRENHEIT, "($-459.67)*5/9", "$*9/5-459.67")
358+
DECLARE_CONV_UNIT(TEMPERATURE, FAHRENHEIT, "($+459.67)*5/9", "$*9/5-459.67")
359359
DECLARE_CONV_UNIT(TEMPERATURE, KELVIN, "$", "$")
360360
DECLARE_CONV_UNIT(TEMPERATURE, RANKINE, "$*5/9", "$*9/5")
361361
DECLARE_CONV_END

0 commit comments

Comments
 (0)