CGI: download - fix filename
This commit is contained in:
parent
03a558dfd4
commit
4796e82f3c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue