mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Simplification to sqlite3ApiExit(). Generates identical machine code, but
easier for humans to read. FossilOrigin-Name: 793bbfa5af9721bc3a61e8e5eda46dfce2f5ff3f223a7564c9e1b09f11e53cb3
This commit is contained in:
@@ -896,5 +896,5 @@ int sqlite3ApiExit(sqlite3* db, int rc){
|
||||
if( db->mallocFailed || rc ){
|
||||
return apiHandleError(db, rc);
|
||||
}
|
||||
return rc & db->errMask;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user