From 87559b046b06a05665865880e1203e30c6ee0d79 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 19 Jul 2014 21:27:21 +0000 Subject: OS X: copy strings over as binary, except for the metadata/QuickLook plug-ins. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90995 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Psx-Memcard/GetMetadataForFile.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/Psx-Memcard/GetMetadataForFile.m') diff --git a/macosx/Psx-Memcard/GetMetadataForFile.m b/macosx/Psx-Memcard/GetMetadataForFile.m index 5c775697..c5f47b8e 100644 --- a/macosx/Psx-Memcard/GetMetadataForFile.m +++ b/macosx/Psx-Memcard/GetMetadataForFile.m @@ -211,5 +211,5 @@ Boolean GetMetadataForFile(void *thisInterface, CFMutableDictionaryRef attribute } // Return the status - return ok; + return ok; } -- cgit v1.2.3