Ticket #3499: mythvideo_utf8.patch
| File mythvideo_utf8.patch, 539 bytes (added by , 19 years ago) |
|---|
-
mythvideo/mythvideo/videoutils.cpp
37 37 // No internal handler for this, play external 38 38 QString command = Metadata::getPlayCommand(item.get()); 39 39 if (command.length()) 40 myth_system(command .local8Bit());40 myth_system(command); 41 41 } 42 42 43 43 if (item->ChildID() > 0)
