Ticket #6883: verbose.patch
File verbose.patch, 1023 bytes (added by , 16 years ago) |
---|
-
programs/mythtranscode/main.cpp
190 190 if (a.argc()-1 > argpos && a.argv()[argpos+1][0] != '-') 191 191 { 192 192 QString temp = a.argv()[++argpos]; 193 print_verbose_messages = temp.to Int();193 print_verbose_messages = temp.toUInt(); 194 194 } 195 195 else 196 196 { -
programs/mythcommflag/main.cpp
1075 1075 if (a.argc() > argpos) 1076 1076 { 1077 1077 QString temp = a.argv()[++argpos]; 1078 print_verbose_messages = temp.to Int();1078 print_verbose_messages = temp.toUInt(); 1079 1079 } 1080 1080 else 1081 1081 {