-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Package: abcde
Version: 2.3.99.6-1

The logic that reads the user-response when creating a playlist that
already exists is broken.  If the user simply hits <return>, abcde
"hangs" waiting for a valid response instead of defaulting to (e), as
the prompt indicates.

The attached patch fixes this behavior.

- --
Charles Steinkuehler
[EMAIL PROTECTED]

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (MingW32)

iD8DBQFFPojIenk4xp+mH40RAppYAKCg4xgoPjg3xOZ3+Qas4U2SwwaDYQCeNryv
xT/Q5QxS4SUcdCn/hxKxR6g=
=HZOQ
-----END PGP SIGNATURE-----
--- abcde.svn.concatenate	2006-10-05 15:20:32.214134344 -0500
+++ abcde.svn.playlist	2006-10-24 16:39:11.120740700 -0500
@@ -1472,6 +1472,7 @@
 					read ERASEPLAYLIST
 					case $ERASEPLAYLIST in
 						e|E|a|A|k|K) DONE=y ;;
+						"") ERASEPLAYLIST=e ; DONE=y ;;
 						*) ;;
 					esac
 				done

Reply via email to