summaryrefslogtreecommitdiff
path: root/audio/stymulator/files/patch-ym2wav.cpp
blob: 251978999a410f04537ffd458f9f95939a0a54f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ym2wav.cpp.orig	2010-03-27 16:25:32.000000000 +0100
+++ ym2wav.cpp	2010-03-27 16:26:14.000000000 +0100
@@ -74,9 +74,9 @@
 	char *platform;
 
 	if (PLATFORM)
-		platform = "64bit";
+		platform = ((char *)"64bit");
 	else
-		platform = "32bit";
+		platform = ((char *)"32bit");
 
 	//--------------------------------------------------------------------------
 	// Checks args.