--- liveice-1.0/streams.c.orig	Mon Jan 17 22:58:20 2005
+++ liveice-1.0/streams.c	Mon Jan 17 22:54:30 2005
@@ -600,6 +600,9 @@
 	fread(buffer, 1, MP_BUFF_SIZE, in);
 	/* If we've got a filename for recording then use it */
 	if(e_stream->recording_file != NULL){
+      char filename[1024];
+      time_t t = time(NULL);
+      strftime(filename, 1023, e_stream->recording_file, localtime(&t));
 		record=fopen(filename,"wb");
 		}
 	/* now run in a loop */
