shithub: zuke

Download patch

ref: 0454f07cb301bb998a5e4569454becb5de910791
parent: b1f4d9eef61293b24fd53b7c6865538df1964242
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon May 25 13:12:00 EDT 2020

better error message on old playlists

--- a/zuke.c
+++ b/zuke.c
@@ -660,7 +660,7 @@
 			s[-1] = 0;
 		}
 		if(m->filefmt == nil)
-			sysfatal("old playlist format?\nplease update libtags and re-run audio/mkplist");
+			sysfatal("old playlist format?\nplease re-run audio/mkplist");
 	}
 }