]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change OS/2 version of sqlite3Os2FullPathname() for cross-compiler compatibility:
authorpweilbacher <pweilbacher@noemail.net>
Sun, 1 Jul 2007 15:41:02 +0000 (15:41 +0000)
committerpweilbacher <pweilbacher@noemail.net>
Sun, 1 Jul 2007 15:41:02 +0000 (15:41 +0000)
commit503028d61a29829cb63d02e519d7515a8be9aac8
tree186fe0cfd252b44c502793a2e048c0fd06a9ad7b
parent2b9ca8d3e4974a370e26832f9fa413c351aef18c
Change OS/2 version of sqlite3Os2FullPathname() for cross-compiler compatibility:
- allocate zBuff on demand (restricted stack space on old compilers)
- 2 bytes in zDrive in include '\0'
- pass drive number to DosQueryCurrentDir() instead of 0 to make EMX work
- zFull does not need to be preallocated (CVS 4149)

FossilOrigin-Name: cc2105176563c352a6dccef89a429a76b6f3adf5
manifest
manifest.uuid
src/os_os2.c