--- dvd-slideshow.orig	Fri Dec 30 04:21:02 2005
+++ dvd-slideshow	Fri Dec 30 04:25:22 2005
@@ -2051,7 +2051,7 @@
 audio_inside_txtfile=0
 imagefiles=0 ; moviefiles=0 ; audiofiles=0
 ## let's parse the txtfile:
-total_lines=`wc -l ${input_txtfile} | awk '{print $1}'`
+total_lines=`wc -l "${input_txtfile}" | awk '{print $1}'`
 total_lines=$(( $total_lines + 1 ))
 let line=1
 
@@ -3813,7 +3813,7 @@
 	audio_1[0]='silence'  # no duration needed
 	myecho "[dvd-slideshow] No audio files passed.  Using $end_hms silence."
 	audio1_start=0 
-	audio1_end="$end_time"
+	audio1_end="5"
 fi
 
 ## let's split this audio processing into two loops:  one just prepares the
