View | Details | Raw Unified | Return to bug 178712
Collapse All | Expand All

(-)files/patch-api__boinc_api.cpp (+11 lines)
Line 0 Link Here
1
--- api/boinc_api.cpp.old	2013-05-17 14:10:37.000000000 +0300
2
+++ api/boinc_api.cpp	2013-05-17 14:10:49.000000000 +0300
3
@@ -111,7 +111,7 @@
4
     // CPPFLAGS=-DGETRUSAGE_IN_TIMER_THREAD
5
 #endif
6
 
7
-const char* api_version="API_VERSION_"PACKAGE_VERSION;
8
+const char* api_version="API_VERSION_" PACKAGE_VERSION;
9
 static APP_INIT_DATA aid;
10
 static FILE_LOCK file_lock;
11
 APP_CLIENT_SHM* app_client_shm = 0;
(-)files/patch-client__client_msgs.h (+10 lines)
Line 0 Link Here
1
--- client/client_msgs.h.old	2013-05-17 14:13:10.000000000 +0300
2
+++ client/client_msgs.h	2013-05-17 14:13:20.000000000 +0300
3
@@ -73,6 +73,6 @@
4
     __attribute__ ((format (printf, 4, 5)))
5
 ;
6
 
7
-#define _(x) "_(\""x"\")"
8
+#define _(x) "_(\"" x"\")"
9
 
10
 #endif

Return to bug 178712