mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 14:01:19 +02:00
create bsd12 branch
This commit is contained in:
11
xapp/aqualung/files/patch-x-src-decoder-dec_mac.cpp
Normal file
11
xapp/aqualung/files/patch-x-src-decoder-dec_mac.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
--- ./src/decoder/dec_mac.cpp.orig 2015-04-19 14:49:49.000000000 +0200
|
||||
+++ ./src/decoder/dec_mac.cpp 2015-11-18 08:01:50.542248000 +0200
|
||||
@@ -174,7 +174,7 @@
|
||||
|
||||
|
||||
int ret = 0;
|
||||
- wchar_t * pUTF16 = CAPECharacterHelper::GetUTF16FromANSI(filename);
|
||||
+ wchar_t * pUTF16 = GetUTF16FromANSI(filename);
|
||||
pdecompress = CreateIAPEDecompress(pUTF16, &ret);
|
||||
free(pUTF16);
|
||||
|
||||
Reference in New Issue
Block a user