diff options
Diffstat (limited to 'pcr/steadyflow/patch')
-rw-r--r-- | pcr/steadyflow/patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/steadyflow/patch b/pcr/steadyflow/patch new file mode 100644 index 000000000..efa3fd024 --- /dev/null +++ b/pcr/steadyflow/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); + } + } + |