/[packages]/cauldron/ircd-hybrid/current/SOURCES/ircd-hybrid-7.2.3-fix-str-fmt.patch
ViewVC logotype

Contents of /cauldron/ircd-hybrid/current/SOURCES/ircd-hybrid-7.2.3-fix-str-fmt.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 140577 - (show annotations) (download)
Wed Sep 7 07:57:32 2011 UTC (12 years, 7 months ago) by colin
File size: 302 byte(s)
imported package ircd-hybrid
1 --- src/restart.c.str 2010-04-28 03:15:16.000000000 +0200
2 +++ src/restart.c 2010-04-28 03:15:28.000000000 +0200
3 @@ -79,7 +79,7 @@
4 sendto_one(target_p, ":%s ERROR :%s", me.name, buffer);
5 }
6
7 - ilog(L_NOTICE, buffer);
8 + ilog(L_NOTICE, "%s", buffer);
9
10 send_queued_all();
11 close_fds(NULL);

  ViewVC Help
Powered by ViewVC 1.1.30