Blame SOURCES/dvd+rw-tools-7.0-wctomb.patch

0e076f
--- transport.hxx~	2008-03-25 21:24:47.000000000 -0400
0e076f
+++ transport.hxx	2008-03-25 21:25:36.000000000 -0400
0e076f
@@ -116,7 +116,7 @@
0e076f
 extern "C" char *plusminus_locale()
0e076f
 { static class __plusminus {
0e076f
     private:
0e076f
-	char str[4];
0e076f
+	char str[MB_LEN_MAX];
0e076f
     public:
0e076f
 	__plusminus()	{   setlocale(LC_CTYPE,ENV_LOCALE);
0e076f
 			    int l = wctomb(str,(wchar_t)(unsigned char)'±');