CGI: download - fix filename

This commit is contained in:
Fabian Kurz 2020-05-22 21:52:37 +02:00
parent 03a558dfd4
commit 4796e82f3c
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ cw.encoding = UTF8;
free(cw.dit_buf);
if (download) {
printf("Content-Disposition: attachment; filename=\"lcwo-%03d.txt\"\n", download);
printf("Content-Disposition: attachment; filename=\"lcwo-%03d.mp3\"\n", download);
}
#ifdef CGIBUFFERED