summaryrefslogtreecommitdiff
path: root/mail/thunderbird/files/patch-mozilla-dom-plugins-ipc-PluginMessageUtils.cpp
blob: f088ed439b95a51f79945a524b993b94613acafb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mozilla/dom/plugins/ipc/PluginMessageUtils.cpp~
+++ mozilla/dom/plugins/ipc/PluginMessageUtils.cpp
@@ -94,7 +94,7 @@ ReplaceAll(const string& haystack, const
     i += with.length();
   }
 
-  return munged;
+  return munged.c_str();
 }
 #endif