Revision: 11372
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11372&view=rev
Author: hofman
Date: 2007-10-24 04:50:07 -0700 (Wed, 24 Oct 2007)
Log Message:
-----------
Use proper pointers.
Modified Paths:
--------------
branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKFile.m
Modified: branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKFile.m
===================================================================
--- branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKFile.m 2007-10-24 10:22:55 UTC
(rev 11371)
+++ branches/TRY_ARM_FILE_INTERFACE/bibdesk/BDSKFile.m 2007-10-24 11:50:07 UTC
(rev 11372)
@@ -486,7 +486,7 @@
if (anErr == noErr) {
if (update && shouldUpdate)
- FSUpdateAlias(baseRef, aRef, alias, &shouldUpdate);
+ FSUpdateAlias(&baseRef, &aRef, [alias alias], &shouldUpdate);
FSRef *newRef = (FSRef *)NSZoneMalloc([self zone], sizeof(FSRef));
if(newRef)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit