[Xfce4-commits] [apps/xfburn] 01/02: Small bugfix: do respect -a with only one song

noreply at xfce.org noreply at xfce.org
Fri Jul 17 08:20:23 CEST 2015


This is an automated email from the git hooks/post-receive script.

squisher pushed a commit to branch master
in repository apps/xfburn.

commit fffb3f1a6739fe7422b4552c1334692befae2b34
Author: David Mohr <david at mcbf.net>
Date:   Thu Jul 16 00:01:30 2015 -0600

    Small bugfix: do respect -a with only one song
---
 xfburn/xfburn-main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfburn/xfburn-main.c b/xfburn/xfburn-main.c
index 696a80b..06bf7d9 100644
--- a/xfburn/xfburn-main.c
+++ b/xfburn/xfburn-main.c
@@ -340,7 +340,7 @@ main (int argc, char **argv)
   /*----------evaluate parsed command line action options-------------------------*/
 
   /* heuristic for file names on the commandline */
-  if (argc == 2 && !add_data_composition) {
+  if (argc == 2 && !add_data_composition && !add_audio_composition) {
     /* exactly one filename, assume it is an image */
       image_filename = argv[1];
   } else if (argc > 2) {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list