|
From: <cre...@us...> - 2007-02-19 00:51:50
|
Revision: 1610
http://svn.sourceforge.net/frontierkernel/?rev=1610&view=rev
Author: creecode
Date: 2007-02-18 16:51:51 -0800 (Sun, 18 Feb 2007)
Log Message:
-----------
minor formatting tweaks, no functional change
Modified Paths:
--------------
Frontier/branches/Frontier_Long_File_Paths/Common/source/db.c
Modified: Frontier/branches/Frontier_Long_File_Paths/Common/source/db.c
===================================================================
--- Frontier/branches/Frontier_Long_File_Paths/Common/source/db.c 2007-02-19 00:49:13 UTC (rev 1609)
+++ Frontier/branches/Frontier_Long_File_Paths/Common/source/db.c 2007-02-19 00:51:51 UTC (rev 1610)
@@ -222,6 +222,7 @@
static boolean dbrelease (dbaddress); /*6.2b2: Dropped from db.h and declared static*/
static boolean dballocate (long databytes, ptrvoid pdata, dbaddress *paddress); /*6.2b14 AR: forward declaration for dbwriteshadowavaillist*/
+
boolean dbpushdatabase (hdldatabaserecord hdatabase) {
/*
@@ -234,6 +235,7 @@
DebugStr (STR_database_stack_overflow);
return (false);
+
}
databasestack [topdatabasestack++] = databasedata;
@@ -242,6 +244,7 @@
databasedata = hdatabase;
return (true);
+
} /*dbpushdatabase*/
@@ -286,8 +289,8 @@
return (filewrite ((hdlfilenum)((**databasedata).fnumdatabase), ctbytes, pdata));
} /*dbwrite*/
-
+
static boolean dbread (dbaddress adr, long ctbytes, ptrvoid pdata) {
if (!dbseek (adr))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|