--- timidity/speex_a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: TiMidity++-2.15.0/timidity/speex_a.c =================================================================== --- TiMidity++-2.15.0.orig/timidity/speex_a.c +++ TiMidity++-2.15.0/timidity/speex_a.c @@ -255,7 +255,7 @@ void comment_init(char **comments, int* int write_ogg_header(Speex_ctx *ctx, int fd, char *comments) { int ret, result; - char *vendor_string = "Encoded with Timidity++-" VERSION "(compiled " __DATE__ ")"; + char *vendor_string = "Encoded with Timidity++-" VERSION; int comments_length = strlen(comments); comment_init(&comments, &comments_length, vendor_string);