|
From: <cre...@us...> - 2006-10-26 17:29:49
|
Revision: 1581
http://svn.sourceforge.net/frontierkernel/?rev=1581&view=rev
Author: creecode
Date: 2006-10-26 10:29:46 -0700 (Thu, 26 Oct 2006)
Log Message:
-----------
minor source code formatting tweaks
Modified Paths:
--------------
Frontier/trunk/Common/source/file.c
Modified: Frontier/trunk/Common/source/file.c
===================================================================
--- Frontier/trunk/Common/source/file.c 2006-10-26 01:57:26 UTC (rev 1580)
+++ Frontier/trunk/Common/source/file.c 2006-10-26 17:29:46 UTC (rev 1581)
@@ -563,6 +563,7 @@
deletefile (fs);
return (false); // failed to open the file for writing
+
}
FSSetNameLocked ( &( *fs ).fsref );
@@ -1011,7 +1012,7 @@
// 2006-08-11 creedon: created, cribbed from < http://developer.apple.com/carbon/tipsandtricks.html#CFStringFromUnicode >
//
- ( *output ).length = CFStringGetBytes ( input, CFRangeMake (0, MIN ( CFStringGetLength ( input ), 255 ) ),
+ ( *output ).length = CFStringGetBytes ( input, CFRangeMake ( 0, MIN ( CFStringGetLength ( input ), 255 ) ),
kCFStringEncodingUnicode, 0, false, ( UInt8 * ) ( *output ).unicode, 255, NULL );
if ( ( *output ).length == 0 )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|