deepin-turbo/0002-fix-clang.patch
2023-06-20 21:19:11 +08:00

12 lines
433 B
Diff

diff -u -r deepin-turbo-0.0.3/src/invoker/invoker.c deepin-turbo-0.0.3/src/invoker/invoker.c
--- deepin-turbo-0.0.3/src/invoker/invoker.c 2018-10-13 23:44:23.000000000 +0800
+++ deepin-turbo-0.0.3/src/invoker/invoker.c 2023-06-18 15:49:22.000000000 +0800
@@ -468,7 +468,6 @@
} else {
info("Failed to connect to the DBus session bus: %s", error.message);
dbus_error_free(&error);
- return 1;
}
}