Re: [sqlite] typo in src/os_os2.c

2010-07-30 Thread Michael Knigge
> Do you have an OS/2 compile capability? The SQLite developers do not. We > would appreciate your assistance in testing SQLite on OS/2. If you can You don't have OS/2 or you can't get it working? OS/2 is about $US 5 on eBay. AFAIK it runs not under VMWare but I've read that it runs under

Re: [sqlite] typo in src/os_os2.c

2010-07-29 Thread Richard Hipp
On Wed, Jul 28, 2010 at 4:46 PM, Tamas TEVESZ wrote: > > hello, > > diff says it all: > > - OSTRACE( "OPEN want %d\n", flags )); > + OSTRACE(( "OPEN want %d\n", flags )); > > Previously found and fixed here: http://www.sqlite.org/src/ci/a6bb2108bf Do you have an OS/2

[sqlite] typo in src/os_os2.c

2010-07-29 Thread Tamas TEVESZ
hello, diff says it all: diff -urN sqlite-3.7.0.orig/src/os_os2.c sqlite-3.7.0/src/os_os2.c --- sqlite-3.7.0.orig/src/os_os2.c 2010-07-18 21:30:41.0 +0200 +++ sqlite-3.7.0/src/os_os2.c 2010-07-28 22:34:26.784414844 +0200 @@ -779,7 +779,7 @@ memset( pFile, 0, sizeof(*pFile)