Skip to content

Commit

Permalink
Allow spaces in the pathname fed to dcraw
Browse files Browse the repository at this point in the history
Fixes #9821.  Thanks.

Signed-off-by: Gavin Hurlbut <ghurlbut@mythtv.org>
  • Loading branch information
bceylon authored and Beirdo committed Jun 3, 2011
1 parent 408de0a commit 50f9145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythplugins/mythgallery/dcrawplugin/dcrawhandler.cpp
Expand Up @@ -52,6 +52,7 @@ bool DcrawHandler::read(QImage *image)
// MythGallery anyway. So for simplicity we give up.
return false;

path = "'" + path + "'";
QStringList arguments;
arguments << "-c" << "-w" << "-W";
#ifdef ICC_PROFILE
Expand Down

0 comments on commit 50f9145

Please sign in to comment.