| Index: src/plugin/PluginFilter.cpp |
| =================================================================== |
| --- a/src/plugin/PluginFilter.cpp |
| +++ b/src/plugin/PluginFilter.cpp |
| @@ -709,7 +709,7 @@ |
| return true; |
| } |
| #ifdef ENABLE_DEBUG_RESULT |
| - CPluginDebug::DebugResultIgnoring(type, src, domain); |
| + CPluginDebug::DebugResultIgnoring(type, srcCString, domain); |
| #endif |
| return false; |
| } |