OSDN Git Service

2007-01-13 Keishi Suenaga <skeishi@yahoo.co.jp>
authorKeishi Suenaga <s_keishi@mutt.freemail.ne.jp>
Sat, 13 Jan 2007 10:37:37 +0000 (10:37 +0000)
committerKeishi Suenaga <s_keishi@mutt.freemail.ne.jp>
Sat, 13 Jan 2007 10:37:37 +0000 (10:37 +0000)
    * timidity/wave_a.c: fix for server interface.

ChangeLog
timidity/wave_a.c

index 866547e..7006856 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2007-01-012  Keishi Suenaga <skeishi@yahoo.co.jp>
+2007-01-13  Keishi Suenaga <skeishi@yahoo.co.jp>
+
+    * timidity/wave_a.c: fix for server interface.
+
+2007-01-12  Keishi Suenaga <skeishi@yahoo.co.jp>
 
     * timidity/wave_a.c: fix for autofilname.
 
index d4fde51..ff010a0 100644 (file)
@@ -239,6 +239,8 @@ static int open_output(void)
 
 #ifndef __W32G__
     if(dpm.name == NULL) {
+         if ( (ctl->id_character == 'r') && (!current_file_info || !current_file_info->filename) )
+        return -1;
       dpm.flag |= PF_AUTO_SPLIT_FILE;
       dpm.name = NULL;
     } else {