Commit 9544d246 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove all the """ present in the Sout mRL.

parent ad49c23d
...@@ -83,7 +83,7 @@ public: ...@@ -83,7 +83,7 @@ public:
char *psz = config_StringEscape( qtu(value) ); char *psz = config_StringEscape( qtu(value) );
if( psz ) if( psz )
{ {
mrl += "=\"" + qfu( psz ) + "\""; mrl += "=" + qfu( psz );
free( psz ); free( psz );
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment