summarylogtreecommitdiffstats
path: root/patch
diff options
context:
space:
mode:
authorM0Rf302015-06-17 16:32:34 +0200
committerM0Rf302015-06-17 16:32:34 +0200
commit95b4643a560092efdde4c383281e5864c05725bd (patch)
treec31a0d5dcbe4ec8fafc8f31860f206da5305039f /patch
downloadaur-95b4643a560092efdde4c383281e5864c05725bd.tar.gz
Initial import
Diffstat (limited to 'patch')
-rw-r--r--patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patch b/patch
new file mode 100644
index 000000000000..efa3fd0240f8
--- /dev/null
+++ b/patch
@@ -0,0 +1,11 @@
+--- a/Steadyflow/Services.vala 2012-06-30 14:39:35.000000000 +0200
++++ b/Steadyflow/Services.vala 2014-05-19 16:05:43.826607777 +0200
+@@ -61,7 +61,7 @@
+ "information to the developer:\n\nError Code %d:\n\n%s").printf (e.code, message));
+
+ md.run ();
+- exit(1);
++ GLib.Process.exit(1);
+ }
+ }
+