Fix indentation typo in btree.c. (CVS 3525)
FossilOrigin-Name: 5d61486f0fbd21ef992879b39d4e563fbfe46596
This commit is contained in:
parent
f7912aff8a
commit
1468438a8e
14
manifest
14
manifest
@ -1,5 +1,5 @@
|
||||
C Drop\sa\scouple\svariables\swhich\sare\sno\slonger\sused\sanywhere.\s(CVS\s3524)
|
||||
D 2006-11-29T23:41:10
|
||||
C Fix\sindentation\stypo\sin\sbtree.c.\s(CVS\s3525)
|
||||
D 2006-11-30T13:05:29
|
||||
F Makefile.in 8e14898d41a53033ecb687d93c9cd5d109fb9ae3
|
||||
F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
|
||||
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
|
||||
@ -57,7 +57,7 @@ F src/alter.c 2c79ec40f65e33deaf90ca493422c74586e481a3
|
||||
F src/analyze.c 7d2b7ab9a9c2fd6e55700f69064dfdd3e36d7a8a
|
||||
F src/attach.c b11eb4d5d3fb99a10a626956bccc7215f6b68b16
|
||||
F src/auth.c 902f4722661c796b97f007d9606bd7529c02597f
|
||||
F src/btree.c c9d52b0827d80238e6ded523deec0cee20456fe2
|
||||
F src/btree.c 116f748ee11ba4d3630882102e99b60ff58d2a84
|
||||
F src/btree.h 061c50e37de7f50b58528e352d400cf33ead7418
|
||||
F src/build.c 7199949a6a3449e9ec69408cc79a48ed04fd0b85
|
||||
F src/callback.c fd9bb39f7ff6b52bad8365617abc61c720640429
|
||||
@ -423,7 +423,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
|
||||
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
|
||||
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
|
||||
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
|
||||
P 66581162daa188d23078c9d21fd5b2563d4d238a
|
||||
R 24e9cf4bda164b962ecedefa0aacdf28
|
||||
U shess
|
||||
Z fccd23fa2d9883e016dfec61a0317df4
|
||||
P 08c2cc0e0782cfaca89947a01b7ea4474dbe71aa
|
||||
R afc8b7dd4d57d424eccd4ab2bb82865b
|
||||
U drh
|
||||
Z 2c13b99e686a504487123dde383f6e5f
|
||||
|
@ -1 +1 @@
|
||||
08c2cc0e0782cfaca89947a01b7ea4474dbe71aa
|
||||
5d61486f0fbd21ef992879b39d4e563fbfe46596
|
@ -9,7 +9,7 @@
|
||||
** May you share freely, never taking more than you give.
|
||||
**
|
||||
*************************************************************************
|
||||
** $Id: btree.c,v 1.330 2006/11/06 21:20:26 drh Exp $
|
||||
** $Id: btree.c,v 1.331 2006/11/30 13:05:29 drh Exp $
|
||||
**
|
||||
** This file implements a external (disk-based) database using BTrees.
|
||||
** For a detailed discussion of BTrees, refer to
|
||||
@ -3307,7 +3307,7 @@ int sqlite3BtreeMoveto(BtCursor *pCur, const void *pKey, i64 nKey, int *pRes){
|
||||
assert( pCur->pPage->nCell==0 );
|
||||
return SQLITE_OK;
|
||||
}
|
||||
for(;;){
|
||||
for(;;){
|
||||
int lwr, upr;
|
||||
Pgno chldPg;
|
||||
MemPage *pPage = pCur->pPage;
|
||||
|
Loading…
x
Reference in New Issue
Block a user