|
From: <cre...@us...> - 2006-07-08 00:59:20
|
Revision: 1450 Author: creecode Date: 2006-07-07 17:59:15 -0700 (Fri, 07 Jul 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1450&view=rev Log Message: ----------- renamed CFStringToStr255 function to CFStringRefToStr255 Modified Paths: -------------- Frontier/branches/FSRef_Migration/Common/source/filepath.c Modified: Frontier/branches/FSRef_Migration/Common/source/filepath.c =================================================================== --- Frontier/branches/FSRef_Migration/Common/source/filepath.c 2006-07-08 00:57:27 UTC (rev 1449) +++ Frontier/branches/FSRef_Migration/Common/source/filepath.c 2006-07-08 00:59:15 UTC (rev 1450) @@ -210,7 +210,7 @@ pushchar ( ':', bspath ); - CFStringToStr255 ( fst.path, bs ); + CFStringRefToStr255 ( fst.path, bs ); pushstring ( bs, bspath ); @@ -475,7 +475,7 @@ if ( ( *fs ).path != NULL ) { - if ( CFStringToStr255 ( ( *fs ).path, bsfile ) ) + if ( CFStringRefToStr255 ( ( *fs ).path, bsfile ) ) return ( true ); } else { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |