mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-07 21:46:09 +02:00
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
11
src/patches/ez-ipupdate.formstring.patch
Normal file
11
src/patches/ez-ipupdate.formstring.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- ez-ipupdate.c.old 2002-03-12 00:31:47.000000000 +0100
|
||||
+++ ez-ipupdate.c 2004-11-10 15:28:23.000000000 +0100
|
||||
@@ -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
|
||||
{
|
||||
Reference in New Issue
Block a user