From 6981ea4e8dddf7492d18395443fe203f140acad7 Mon Sep 17 00:00:00 2001 From: kaa Date: Sun, 13 Jul 2025 18:52:48 -0700 Subject: The world is not ready for webm. --- composed.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composed.c b/composed.c index 31116ce..c99bd37 100755 --- a/composed.c +++ b/composed.c @@ -67,7 +67,7 @@ pad(char *site, char *p) printf("\t\t\t%s\n", "
"); printf("\t\t\t\t%s", ""); @@ -80,6 +80,7 @@ pad(char *site, char *p) strcat(lyrfn, name); strcat(lyrfn, ".txt"); + //fprintf(stderr, lyrfn); lyrics = fopen(lyrfn, "r"); if (lyrics == NULL) puts("RAW!"); -- cgit v1.2.3