mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
14 lines
415 B
Diff
14 lines
415 B
Diff
Index: ez-ipupdate-3.0.11b7/ez-ipupdate.c
|
|
===================================================================
|
|
--- ez-ipupdate-3.0.11b7.orig/ez-ipupdate.c
|
|
+++ ez-ipupdate-3.0.11b7/ez-ipupdate.c
|
|
@@ -798,7 +798,7 @@ void show_message(char *fmt, ...)
|
|
sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt);
|
|
#endif
|
|
|
|
- syslog(LOG_NOTICE, buf);
|
|
+ syslog(LOG_NOTICE, "%s", buf);
|
|
}
|
|
else
|
|
{
|