]> git.pld-linux.org Git - packages/dmraid.git/blame - dmraid-format.patch
rediff patches
[packages/dmraid.git] / dmraid-format.patch
CommitLineData
b22dd630
JB
1--- dmraid/lib/events/libdmraid-events-isw.c.orig 2010-03-18 17:53:17.000000000 +0100
2+++ dmraid/lib/events/libdmraid-events-isw.c 2013-10-16 18:53:56.614062315 +0200
3@@ -824,13 +824,13 @@
4
5 sz = _log_all_devs(log_type, rs, NULL, 0);
6 if (!sz) {
7- syslog(LOG_ERR, msg[0]);
8+ syslog(LOG_ERR, "%s", msg[0]);
9 return;
10 }
11
12 str = dm_malloc(++sz);
13 if (!str) {
14- syslog(LOG_ERR, msg[1]);
15+ syslog(LOG_ERR, "%s", msg[1]);
16 return;
17 }
18
This page took 0.103205 seconds and 4 git commands to generate.