Re: [PATCH] Fix info for ogg files in sound.sh

2013-05-18 Thread Andrew Borodin
On Sat, 18 May 2013 18:09:06 +0300 wrote: > MC 4.8.8 views OGG files incorrectly if they names contain spaces: > > Error opening input file "My\ recording\ #1.ogg": No such file or directory > > There is a small bug in misc/ext.d/sound.sh. > ogginfo should be shown for MC_EXT_FILENAME like other

[PATCH] Fix info for ogg files in sound.sh

2013-05-18 Thread Alessio Ababilov
MC 4.8.8 views OGG files incorrectly if they names contain spaces: Error opening input file "My\ recording\ #1.ogg": No such file or directory There is a small bug in misc/ext.d/sound.sh. ogginfo should be shown for MC_EXT_FILENAME like other cases. Using MC_EXT_SELECTED handles filenames with sp