opnsense-ports/audio/stymulator/files/patch-ym2wav.cpp
Franco Fichtner 6e79da282a */*: sync with upstream
Taken from: FreeBSD
2016-07-27 07:58:02 +02:00

11 lines
214 B
C++

--- ym2wav.cpp.orig 2016-07-26 16:04:42 UTC
+++ ym2wav.cpp
@@ -71,7 +71,7 @@ typedef struct
int main(int argc, char* argv[])
{
- char *platform;
+ const char *platform;
if (PLATFORM)
platform = "64bit";