diff options
author | ritsuka <[email protected]> | 2015-08-06 09:56:13 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-08-06 09:56:13 +0000 |
commit | dc5386586cc0592275a11922e9869d81bec5b5ca (patch) | |
tree | ffb875b5eb0f2c8556d85e4b4b2916b503cd3ca4 /macosx/HBOutputFileWriter.m | |
parent | 21ea1a3f5c8334916b1927e95db19a0a29f28d63 (diff) |
MacGui: revert part of the previous commit that should have not been committed
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7394 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBOutputFileWriter.m')
-rw-r--r-- | macosx/HBOutputFileWriter.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBOutputFileWriter.m b/macosx/HBOutputFileWriter.m index 2785cd319..fffe9478b 100644 --- a/macosx/HBOutputFileWriter.m +++ b/macosx/HBOutputFileWriter.m @@ -37,7 +37,7 @@ return nil; } - f = freopen(url.path.fileSystemRepresentation, "a", f); + f = freopen(NULL, "a", f); if (!f) { return nil; |