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

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