Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > main-backports-src > by-pkgid > 7d8f808e47240b235732924df64766c6 > files > 26

mozilla-thunderbird-3.1.7-0.1mdv2010.2.src.rpm

diff -p -up comm-1.9.1/mozilla/xpcom/base/nsTraceRefcntImpl.cpp.literal comm-1.9.1/mozilla/xpcom/base/nsTraceRefcntImpl.cpp
--- comm-1.9.1/mozilla/xpcom/base/nsTraceRefcntImpl.cpp.literal	2009-12-02 11:01:51.000000000 -0200
+++ comm-1.9.1/mozilla/xpcom/base/nsTraceRefcntImpl.cpp	2009-12-02 11:02:04.000000000 -0200
@@ -834,7 +834,7 @@ static void PrintStackFrame(void *aPC, v
 
   NS_DescribeCodeAddress(aPC, &details);
   NS_FormatCodeAddressDetails(aPC, &details, buf, sizeof(buf));
-  fprintf(stream, buf);
+  fprintf(stream, "%s", buf);
 }
 
 }