win32.c
changeset 2054 a56fd569160b
parent 2026 567e3bc9af72
child 2062 57db03be52ad
--- a/win32.c	Wed Jul 13 20:41:44 2005 +0000
+++ b/win32.c	Thu Jul 14 06:10:23 2005 +0000
@@ -846,7 +846,7 @@
 static bool MidiIntPlaySong(const char *filename)
 {
 	MidiSendCommand("close all");
-	if (MidiSendCommand("open %s type sequencer alias song", filename) != 0)
+	if (MidiSendCommand("open \"%s\" type sequencer alias song", filename) != 0)
 		return false;
 
 	if (MidiSendCommand("play song from 0") != 0)