> > My first guess is that the implementation of > > sqlite3OsFileSize() (actually implemented as > > "unixFileSize" on line 1111 of os_unix.c) is > > not working correctly. > > in my case I have no problem, with debbuger I see the size is correct, > 2048 Byte. > > Following a suggestion from an old mail in this mailinglist > I have replaced the type "dev_t" present in os_unix.c with (in my case) > "unsigned long" in this way the Device number is copied correctly.
I want to add this information: I have no problem with sqlite version 2.8.17. Best Regards Andrea Federico -- ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/

