aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2010-07-23 22:26:20 +0000
committerdrh <drh@noemail.net>2010-07-23 22:26:20 +0000
commit5419ee5f2f068601ebc494b104f92cadfc7de5e7 (patch)
tree875cf6ee29b76d693e809bd81f2103db953266e6
parentd8747eff5a8cf135ff780c9a43c79cff54a07aaa (diff)
downloadsqlite-5419ee5f2f068601ebc494b104f92cadfc7de5e7.tar.gz
sqlite-5419ee5f2f068601ebc494b104f92cadfc7de5e7.zip
Fix a typo in the OS/2 vfs code.
FossilOrigin-Name: a6bb2108bfb562a7067ef6150e43382736c0c4f5
-rw-r--r--manifest24
-rw-r--r--manifest.uuid2
-rw-r--r--src/os_os2.c2
3 files changed, 19 insertions, 9 deletions
diff --git a/manifest b/manifest
index fcbc3f56a..b5028c764 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,8 @@
-C Merge\stwo\sleaves.
-D 2010-07-23T17:37:13
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+C Fix\sa\stypo\sin\sthe\sOS/2\svfs\scode.
+D 2010-07-23T22:26:21
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
F Makefile.in ec08dc838fd8110fe24c92e5130bcd91cbb1ff2e
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -153,7 +156,7 @@ F src/notify.c cbfa66a836da3a51567209636e6a94059c137930
F src/os.c 60178f518c4d6c0dcb59f7292232281d7bea2dcf
F src/os.h 9dbed8c2b9c1f2f2ebabc09e49829d4777c26bf9
F src/os_common.h a8f95b81eca8a1ab8593d23e94f8a35f35d4078f
-F src/os_os2.c 665876d5eec7585226b0a1cf5e18098de2b2da19
+F src/os_os2.c 72d0b2e562952a2464308c4ce5f7913ac10bef3e
F src/os_unix.c 3109e0e5a0d5551bab2e8c7322b20a3b8b171248
F src/os_win.c 1f8b0a1a5bcf6289e7754d0d3c16cec16d4c93ab
F src/pager.c 78ca1e1f3315c8227431c403c04d791dccf242fb
@@ -838,7 +841,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P 80db61acca034a8edff0fd23a65a0bbc9206a7b3 bfb0dd3c2f7e1ffbdf236be4adc3e0d804ed5854
-R f64674fd73e928c91a12f4bbf3d016fe
-U dan
-Z 1404b8cebd331e440d4f17d98e1c840f
+P 54e5886d841af69c8fa965bbcd637441d4a398ba
+R 691d9a52bb7cbfd5e8dcb9749da71253
+U drh
+Z 52e232c87c73a10044c307be36db6f45
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.6 (GNU/Linux)
+
+iD8DBQFMShcQoxKgR168RlERAmjGAJoCLXWaZ2DuRMaoWPWt76CoNmu7twCfbMSo
+7kHJSzk9KhxmMxRjeT/UwcA=
+=7tfR
+-----END PGP SIGNATURE-----
diff --git a/manifest.uuid b/manifest.uuid
index 4f9a4656b..57ab5036d 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-54e5886d841af69c8fa965bbcd637441d4a398ba \ No newline at end of file
+a6bb2108bfb562a7067ef6150e43382736c0c4f5 \ No newline at end of file
diff --git a/src/os_os2.c b/src/os_os2.c
index 2b3fd1cdb..7ac0cc7cd 100644
--- a/src/os_os2.c
+++ b/src/os_os2.c
@@ -779,7 +779,7 @@ static int os2Open(
memset( pFile, 0, sizeof(*pFile) );
- OSTRACE( "OPEN want %d\n", flags ));
+ OSTRACE(( "OPEN want %d\n", flags ));
if( flags & SQLITE_OPEN_READWRITE ){
ulOpenMode |= OPEN_ACCESS_READWRITE;