thumbs-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Thumbs-bugs] [patch] Bug if 'convert' path contains a space


From: Florent Georges
Subject: [Thumbs-bugs] [patch] Bug if 'convert' path contains a space
Date: Sun, 19 Mar 2006 02:50:27 +0100 (CET)

  Hi

  Here is a patch solving an issue related to calling the
convert program when its path contains a space:

    --- thumbs.el.orig  2006-03-19 02:43:08.000000000 +0100
    +++ thumbs.el       2006-03-19 02:43:14.916820800 +0100
    @@ -247,7 +247,7 @@
     OUTPUT-FORMAT is the file format to output, default is jpeg
     ACTION-PREFIX is the symbol to place before the ACTION command
                   (default to '-' but can sometime be '+')."
    -  (let ((command (format "%s %s%s %s \"%s\" \"%s:%s\""
    +  (let ((command (format "\"%s\" %s%s %s \"%s\" \"%s:%s\""
                             thumbs-conversion-program
                             (or action-prefix "-")
                             action

  Regards,

--drkm























        

        
                
___________________________________________________________________________ 
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs 
exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]