|
From: <cre...@us...> - 2006-07-15 22:16:19
|
Revision: 1460 Author: creecode Date: 2006-07-15 15:16:16 -0700 (Sat, 15 Jul 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1460&view=rev Log Message: ----------- tweaks to get Windows working minor formatting tweaks Modified Paths: -------------- Frontier/branches/FSRef_Migration/Common/source/dbverbs.c Modified: Frontier/branches/FSRef_Migration/Common/source/dbverbs.c =================================================================== --- Frontier/branches/FSRef_Migration/Common/source/dbverbs.c 2006-07-15 22:15:02 UTC (rev 1459) +++ Frontier/branches/FSRef_Migration/Common/source/dbverbs.c 2006-07-15 22:16:16 UTC (rev 1460) @@ -468,6 +468,7 @@ // 2006-06-23 creedon: for Mac, FSRef-zed // + bigstring bs; hdlodbrecord hodb; tyfilespec fs; ptrfilespec ptrfs; @@ -489,8 +490,6 @@ } } - bigstring bs; - getfsfile ( ptrfs, bs ); lang2paramerror (dbnotopenederror, bsfunctionname, bs ); @@ -1030,6 +1029,3 @@ return (true); } /*dbinitverbs*/ - - - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |