diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-19 21:27:21 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-19 21:27:21 +0000 |
| commit | 87559b046b06a05665865880e1203e30c6ee0d79 (patch) | |
| tree | 5c11dbd8fb2d9acc0474d3d0869efd52498e5e52 /macosx/Psx-Memcard/GetMetadataForFile.m | |
| parent | 6f7514d70d5c728496659be1b1458c7e1d05e422 (diff) | |
| download | pcsxr-87559b046b06a05665865880e1203e30c6ee0d79.tar.gz | |
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
Diffstat (limited to 'macosx/Psx-Memcard/GetMetadataForFile.m')
| -rw-r--r-- | macosx/Psx-Memcard/GetMetadataForFile.m | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
