gcc: fix a segfault in the mbsd_multi patch for 4.4.0
authorFelix Fietkau <nbd@openwrt.org>
Fri, 24 Apr 2009 15:34:36 +0000 (15:34 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 24 Apr 2009 15:34:36 +0000 (15:34 +0000)
SVN-Revision: 15394

toolchain/gcc/patches/4.4.0/910-mbsd_multi.patch

index ebd1d8f5f6975c6c8ead48c31b8eb9c3a0b3291d..053913ea761daeb3939a5ee2a78c574e2d7185ca 100644 (file)
@@ -97,7 +97,7 @@
 +      }
 +    } else if (evv == 0) {
 +      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);
 +    }
 +  }