]> git.pld-linux.org Git - packages/libbtctl.git/blobdiff - format-security.patch
- fix format string error
[packages/libbtctl.git] / format-security.patch
diff --git a/format-security.patch b/format-security.patch
new file mode 100644 (file)
index 0000000..e476000
--- /dev/null
@@ -0,0 +1,11 @@
+--- libbtctl-0.10.0/src/btctlimpl.c~   2016-05-05 18:59:50.000000000 +0200
++++ libbtctl-0.10.0/src/btctlimpl.c    2016-05-05 19:02:34.549483462 +0200
+@@ -436,7 +436,7 @@
+               if (*err) {
+                       g_set_error (err, BTCTL_ERROR,
+                            BTCTL_ERROR_SERVICE_SEARCH_FAILED,
+-                           g_strdup_printf(_("Service search failed on device %s"), str));
++                           _("Service search failed on device %s"), str);
+               }
+               sdp_close(sess);
+               return -1;
This page took 0.024784 seconds and 4 git commands to generate.