From af04a7c131dc26e04e39e0d74ec333827b54109e Mon Sep 17 00:00:00 2001 From: whydoubt Date: Fri, 4 Feb 2005 03:13:52 +0000 Subject: [PATCH] Small documentation fix --- ChangeLog | 3 +++ HACKING | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3a0918..e5798ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Thu Feb 3 21:12:55 CST 2005 Jeff Smith + * HACKING: Small documentation fix + Mon Jan 10 06:52:43 CST 2005 Jeff Smith * src/gmdb2/gladefiles/gmdb-debug.glade: * src/gmdb2/debug.c: diff --git a/HACKING b/HACKING index 8e9b48e..1604482 100644 --- a/HACKING +++ b/HACKING @@ -281,7 +281,7 @@ next_pg field. | ???? | 4 bytes | num_rows | Number of records in this table | | 0x00 | 4 bytes | autonumber | value for the next value of the | | | | | autonumber column, if any. 0 otherwise | -| 0x4e | 1 byte | table_type | 0x53: user table, 0x4e: system table | +| 0x4e | 1 byte | table_type | 0x4e: user table, 0x53: system table | | ???? | 2 bytes | max_cols | Max columns a row will have (deletions) | | ???? | 2 bytes | num_var_cols| Number of variable columns in table | | ???? | 2 bytes | num_cols | Number of columns in table (repeat) | @@ -358,7 +358,7 @@ next_pg field. | 0x00 | 4 bytes | autonumber | value for the next value of the | | | | | autonumber column, if any. 0 otherwise | | ???? |16 bytes | unknown | unknown | -| 0x4e | 1 byte | table_type | 0x53: user table, 0x4e: system table | +| 0x4e | 1 byte | table_type | 0x4e: user table, 0x53: system table | | ???? | 2 bytes | max_cols | Max columns a row will have (deletions) | | ???? | 2 bytes | num_var_cols| Number of variable columns in table | | ???? | 2 bytes | num_cols | Number of columns in table (repeat) |