Author: patrys Date: Fri Jul 11 13:59:11 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - patch from debian to make it build
---- Files affected: SOURCES: planner-missing-semicolon.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/planner-missing-semicolon.patch diff -u /dev/null SOURCES/planner-missing-semicolon.patch:1.1 --- /dev/null Fri Jul 11 15:59:12 2008 +++ SOURCES/planner-missing-semicolon.patch Fri Jul 11 15:59:06 2008 @@ -0,0 +1,12 @@ +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 @@ + + #define WRITE_ERROR(e,c) \ + G_STMT_START \ +-g_set_error(e,MRP_ERROR,MRP_ERROR_SAVE_WRITE_FAILED, sql_get_last_error (c)) \ ++g_set_error(e,MRP_ERROR,MRP_ERROR_SAVE_WRITE_FAILED, sql_get_last_error (c)); \ + G_STMT_END + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
