1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-21 15:44:42 +02:00

gcc: fix a segfault in the mbsd_multi patch for 4.4.0

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15394 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-04-24 15:34:36 +00:00
parent 19c9f8b84c
commit 7129975a9b

View File

@ -97,7 +97,7 @@
+ } + }
+ } else if (evv == 0) { + } else if (evv == 0) {
+ if (honour_copts != 1) + if (honour_copts != 1)
+ inform ("someone does not honour COPTS correctly, passed %d times", + inform (0, "someone does not honour COPTS correctly, passed %d times",
+ honour_copts); + honour_copts);
+ } + }
+ } + }