Index: data/currencies.xml.in
--- data/currencies.xml.in.orig 2009-12-02 21:24:25.000000000 +0100
+++ data/currencies.xml.in 2015-01-18 18:53:38.955573176 +0100
@@ -23,7 +23,7 @@
<_names>ar:GBP,au:£
- <_title>Thai Bat
+ <_title>Thai Baht
<_names>ar:THB
@@ -51,7 +51,7 @@
<_names>ar:RUB,ruble
- <_title>Phillipine Peso
+ <_title>Philippine Peso
<_names>ar:PHP
@@ -63,7 +63,7 @@
<_names>ar:HRK
- <_title>Yuan Renmimbi (PR China)
+ <_title>Yuan Renminbi (PR China)
<_names>ar:CNY
@@ -219,7 +219,7 @@
- <_title>Deutche Mark
+ <_title>Deutsche Mark
<_names>ar:DEM,mark
EUR
Index: data/units.xml.in
--- data/units.xml.in.orig 2010-01-05 16:15:27.000000000 +0100
+++ data/units.xml.in 2015-01-18 18:53:38.955573176 +0100
@@ -1097,8 +1097,8 @@
SI
- <_title>Degree Celcius
- <_names>ar:oC,au:°C,r:celcius
+ <_title>Degree Celsius
+ <_names>ar:oC,au:°C,r:celsius
K
\x + 273.15
@@ -2508,7 +2508,7 @@
- <_title>Calorie (15 degrees Celcius)
+ <_title>Calorie (15 degrees Celsius)
<_names>ars:cal_fifteen
J
Index: src/qalc.cc
--- src/qalc.cc.orig 2010-01-05 16:17:29.000000000 +0100
+++ src/qalc.cc 2015-01-18 22:10:01.505679962 +0100
@@ -16,7 +16,7 @@
#include
#include
#include
-#include
+#include
#include
#include
#include
@@ -48,7 +48,7 @@
fd_set in_set;
struct timeval timeout;
-char buffer[1000];
+static char buffer[1000];
void *view_proc(void *pipe);
void *command_proc(void *pipe);