SOURCES: planner-missing-semicolon.patch - updated to fix "mrp-sql.c:2449: ...

hawk hawk at pld-linux.org
Thu Aug 7 10:22:27 CEST 2008


Author: hawk                         Date: Thu Aug  7 08:22:27 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to fix "mrp-sql.c:2449: error: expected ')' before ';' token"

---- Files affected:
SOURCES:
   planner-missing-semicolon.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/planner-missing-semicolon.patch
diff -u SOURCES/planner-missing-semicolon.patch:1.1 SOURCES/planner-missing-semicolon.patch:1.2
--- SOURCES/planner-missing-semicolon.patch:1.1	Fri Jul 11 15:59:06 2008
+++ SOURCES/planner-missing-semicolon.patch	Thu Aug  7 10:22:21 2008
@@ -1,12 +1,15 @@
-diff -Nur -x '*.orig' -x '*~' planner-0.14.3-2ubuntu1/libplanner/mrp-sql.c planner-0.14.3-2ubuntu1.new/libplanner/mrp-sql.c
---- planner-0.14.3-2ubuntu1/libplanner/mrp-sql.c	2008-06-24 14:12:55.000000000 +0000
-+++ planner-0.14.3-2ubuntu1.new/libplanner/mrp-sql.c	2008-06-24 14:21:00.000000000 +0000
-@@ -2406,7 +2406,7 @@
+--- libplanner/mrp-sql.c	2008/07/15 01:17:58	1.1
++++ libplanner/mrp-sql.c	2008/07/15 01:19:28
+@@ -2405,9 +2405,9 @@ mrp_sql_load_project (MrpStorageSQL *sto
+ }
  
  #define WRITE_ERROR(e,c) \
- G_STMT_START \
+-G_STMT_START \
 -g_set_error(e,MRP_ERROR,MRP_ERROR_SAVE_WRITE_FAILED, sql_get_last_error (c)) \
+-G_STMT_END
++G_STMT_START { \
 +g_set_error(e,MRP_ERROR,MRP_ERROR_SAVE_WRITE_FAILED, sql_get_last_error (c)); \
- G_STMT_END
++} G_STMT_END
  
  
+ /*************************
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/planner-missing-semicolon.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list