fix a typo on the quickstart.html page. (CVS 843)
FossilOrigin-Name: 61869bb51b981a47d783cc8739833cc0c4733b0a
This commit is contained in:
parent
341eae8d35
commit
4764f161ab
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C In\sthe\spager,\scache\sa\spointer\sto\sthe\sfirst\spage\son\sthe\sfreelist\sthat\sdoes\snot\nneed\sto\sbe\ssynced.\s\sThis\smakes\sa\sfetch\sof\sa\spage\sthat\sis\snot\sin\scache\sgo\sa\nlot\sfaster\swhen\sthe\scache\sis\sfull.\s\sThis\scheck-in\salso\sadds\ssome\sperformance\ninstrumentation\sto\sthe\sOS\slayer.\s(CVS\s842)
|
||||
D 2003-01-21T02:39:37
|
||||
C fix\sa\stypo\son\sthe\squickstart.html\spage.\s(CVS\s843)
|
||||
D 2003-01-21T23:06:58
|
||||
F Makefile.in 6606854b1512f185b8e8c779b8d7fc2750463d64
|
||||
F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
|
||||
F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
|
||||
@ -149,12 +149,12 @@ F www/mingw.tcl f1c7c0a7f53387dd9bb4f8c7e8571b7561510ebc
|
||||
F www/nulls.tcl 29497dac2bc5b437aa7e2e94577dad4d8933ed26
|
||||
F www/omitted.tcl 118062f40a203fcb88b8d68ef1d7c0073ac191ec
|
||||
F www/opcode.tcl 33c5f2061a05c5d227c72b84c080b3bf74c74f8b
|
||||
F www/quickstart.tcl fde79aa2de20074842b60f780800cdeee6a5dec2
|
||||
F www/quickstart.tcl 368d7ef130274307accceb2e21c9fc70bbb0ba65
|
||||
F www/speed.tcl 52759968401d81760fc01f9d3ab6242f6d2a7066
|
||||
F www/sqlite.tcl ae3dcfb077e53833b59d4fcc94d8a12c50a44098
|
||||
F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
|
||||
F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
|
||||
P f6a8706872c43cee3003b48bb427c7b74b1f89e7
|
||||
R 55e4cf10cd865df3b849840e7c63f464
|
||||
P 00f08fc0b5b6b9c5efbf15a62f9a1cc1cfa71283
|
||||
R 62a55b3f1eb6c2e886fabe1e2c0c925a
|
||||
U drh
|
||||
Z 512b1f62fa409b79d94b59ec53fdbfdf
|
||||
Z 0e6e33b12aee37e6d243a0b7bc8099cc
|
||||
|
@ -1 +1 @@
|
||||
00f08fc0b5b6b9c5efbf15a62f9a1cc1cfa71283
|
||||
61869bb51b981a47d783cc8739833cc0c4733b0a
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Run this TCL script to generate HTML for the quickstart.html file.
|
||||
#
|
||||
set rcsid {$Id: quickstart.tcl,v 1.2 2002/08/18 19:09:24 drh Exp $}
|
||||
set rcsid {$Id: quickstart.tcl,v 1.3 2003/01/21 23:06:58 drh Exp $}
|
||||
|
||||
puts {<html>
|
||||
<head><title>SQLite In 5 Minutes Or Less</title></head>
|
||||
@ -94,7 +94,7 @@ int main(int argc, char **argv){
|
||||
}
|
||||
db = <b>sqlite_open</b>(argv[1], 0, &zErrMsg);
|
||||
if( db==0 ){
|
||||
fprintf(stderr, "Can't open database: %s\n", &zErrMsg);
|
||||
fprintf(stderr, "Can't open database: %s\n", zErrMsg);
|
||||
exit(1);
|
||||
}
|
||||
rc = <b>sqlite_exec</b>(db, argv[2], callback, 0, &zErrMsg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user