|
From: <cre...@us...> - 2007-11-27 19:00:47
|
Revision: 1787
http://frontierkernel.svn.sourceforge.net/frontierkernel/?rev=1787&view=rev
Author: creecode
Date: 2007-11-27 11:00:51 -0800 (Tue, 27 Nov 2007)
Log Message:
-----------
minor formatting tweaks
Modified Paths:
--------------
Frontier/branches/IUDA_Desktop/Common/source/fileverbs.c
Modified: Frontier/branches/IUDA_Desktop/Common/source/fileverbs.c
===================================================================
--- Frontier/branches/IUDA_Desktop/Common/source/fileverbs.c 2007-11-27 18:56:45 UTC (rev 1786)
+++ Frontier/branches/IUDA_Desktop/Common/source/fileverbs.c 2007-11-27 19:00:51 UTC (rev 1787)
@@ -2723,9 +2723,9 @@
static boolean filedeleteverb ( hdltreenode hp1, tyvaluerecord *vreturned ) {
//
- // 2006-06-23 creedon: FSRef-ized
+ // 2006-06-23 creedon: FSRef-ized
//
- // created, factored from filefunctionvalue function
+ // created, factored from filefunctionvalue function
//
tyfilespec fs;
@@ -2749,8 +2749,9 @@
static boolean getposixpathverb ( hdltreenode hp1, tyvaluerecord *vreturned ) {
//
- // 2006-11-01 creedon: for Mac, replace convertcstring function with code to convert from c string in UTF-8 to bigstring in
- // Mac Roman
+ // 2006-11-01 creedon: for Mac, replace convertcstring function with code
+ // to convert from c string in UTF-8 to bigstring in
+ // Mac Roman
//
// 2006-10-07 creedon: created
//
@@ -3524,7 +3525,7 @@
flnextparamislast = true;
if ( ! getfilespecvalue ( hp1, 1, &fs ) )
- break;
+ break;
#ifdef MACVERSION
@@ -3532,7 +3533,7 @@
if ( extendfilespec ( &fs, &fst ) )
if ( ! deletefile ( &fst ) )
- break;
+ break;
#endif // MACVERSION
@@ -4154,6 +4155,7 @@
#endif
default:
+
getstringlist (langerrorlist, unimplementedverberror, bserror);
break;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|