]> git.pld-linux.org Git - packages/polkit.git/commitdiff
- removed obsolete format patch
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 29 Sep 2018 20:38:34 +0000 (22:38 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 29 Sep 2018 20:38:34 +0000 (22:38 +0200)
polkit-format.patch [deleted file]

diff --git a/polkit-format.patch b/polkit-format.patch
deleted file mode 100644 (file)
index 59a315d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- polkit-0.114/src/polkitbackend/polkitbackendjsauthority.cpp.orig   2018-04-12 21:26:58.848880061 +0200
-+++ polkit-0.114/src/polkitbackend/polkitbackendjsauthority.cpp        2018-04-12 22:06:53.862186041 +0200
-@@ -1296,7 +1296,7 @@
-   JS::CallArgs args = JS::CallArgsFromVp (argc, vp);
-   s = JS_EncodeString (cx, args[0].toString ());
--  JS_ReportWarningUTF8 (cx, s);
-+  JS_ReportWarningUTF8 (cx, "%s", s);
-   JS_free (cx, s);
-   ret = true;
This page took 0.148787 seconds and 4 git commands to generate.