|
From: <cre...@us...> - 2006-07-08 00:43:27
|
Revision: 1446 Author: creecode Date: 2006-07-07 17:43:24 -0700 (Fri, 07 Jul 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1446&view=rev Log Message: ----------- minor code formatting tweaks renamed CFStringToStr255 function to CFStringRefToStr255 Modified Paths: -------------- Frontier/branches/FSRef_Migration/Common/headers/file.h Modified: Frontier/branches/FSRef_Migration/Common/headers/file.h =================================================================== --- Frontier/branches/FSRef_Migration/Common/headers/file.h 2006-07-08 00:41:55 UTC (rev 1445) +++ Frontier/branches/FSRef_Migration/Common/headers/file.h 2006-07-08 00:43:24 UTC (rev 1446) @@ -433,7 +433,7 @@ extern boolean CFStringRefToHFSUniStr255 ( CFStringRef, HFSUniStr255 * ); // 2006-06-07 creedon - extern boolean CFStringToStr255 ( CFStringRef , StringPtr ); // 2006-06-07 creedon + extern boolean CFStringRefToStr255 ( CFStringRef, StringPtr ); // 2006-06-07 creedon extern boolean FSRefGetNameStr255 ( const FSRef *, Str255 ); // 2006-06-07 creedon This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |