summaryrefslogtreecommitdiff
path: root/audio/stymulator/files/patch-ym2wav.cpp
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2010-04-23 12:06:32 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2010-04-23 12:06:32 +0000
commitb244f636f203fa4a6cf32157354a34afa4bb48ad (patch)
treed9c583c7d6e1076e2a68c36e29da5be1d91d5339 /audio/stymulator/files/patch-ym2wav.cpp
parentMove to my new address. (diff)
Include additional patchset.
Obtained from: http://stian.cubic.org/blog-20100422.php
Notes
Notes: svn path=/head/; revision=253087
Diffstat (limited to 'audio/stymulator/files/patch-ym2wav.cpp')
-rw-r--r--audio/stymulator/files/patch-ym2wav.cpp21
1 files changed, 9 insertions, 12 deletions
diff --git a/audio/stymulator/files/patch-ym2wav.cpp b/audio/stymulator/files/patch-ym2wav.cpp
index 251978999a41..5b3d814dc6a6 100644
--- a/audio/stymulator/files/patch-ym2wav.cpp
+++ b/audio/stymulator/files/patch-ym2wav.cpp
@@ -1,14 +1,11 @@
---- 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;
+--- ./ym2wav.cpp.orig 2010-04-23 13:49:47.000000000 +0200
++++ ./ym2wav.cpp 2010-04-23 13:49:47.000000000 +0200
+@@ -71,7 +71,7 @@
- if (PLATFORM)
-- platform = "64bit";
-+ platform = ((char *)"64bit");
- else
-- platform = "32bit";
-+ platform = ((char *)"32bit");
+ int main(int argc, char* argv[])
+ {
+- char *platform;
++ const char *platform;
- //--------------------------------------------------------------------------
- // Checks args.
+ if (PLATFORM)
+ platform = "64bit";