mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Cygwin-centric fixes from Jan Nijtmans.
FossilOrigin-Name: 205979813c7300debb5f1ba270583ef2f08e069d6d01865b5910702889a5c1ed
This commit is contained in:
@@ -106,7 +106,7 @@ static u8 name_to_enc(Tcl_Interp *interp, Tcl_Obj *pObj){
|
||||
}
|
||||
}
|
||||
if( !pEnc->enc ){
|
||||
Tcl_AppendResult(interp, "No such encoding: ", z, 0);
|
||||
Tcl_AppendResult(interp, "No such encoding: ", z, NULL);
|
||||
}
|
||||
if( pEnc->enc==SQLITE_UTF16 ){
|
||||
return SQLITE_UTF16NATIVE;
|
||||
|
Reference in New Issue
Block a user