diff options
author | George Hazan <ghazan@miranda.im> | 2021-01-31 20:36:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-01-31 20:36:20 +0300 |
commit | c6b493f65d7d768782852b6379c663161b63695f (patch) | |
tree | a1801a5fb24bc824141706a13668e823cf502e26 /plugins/Dbx_sqlite/src/stdafx.h | |
parent | f09905686074cac363f5e66b5fc6deafc661e912 (diff) |
Dbx_sqlite:
- advanced error handling;
- a profile is always opened in exclusive mode;
- fixes #2717 (wrong query in line 115);
- fixes #2694 (two Mirandas can open the same profile, but the second one fails);
- version bump
Diffstat (limited to 'plugins/Dbx_sqlite/src/stdafx.h')
-rw-r--r-- | plugins/Dbx_sqlite/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_sqlite/src/stdafx.h b/plugins/Dbx_sqlite/src/stdafx.h index 9cb2103537..90cba22430 100644 --- a/plugins/Dbx_sqlite/src/stdafx.h +++ b/plugins/Dbx_sqlite/src/stdafx.h @@ -24,7 +24,7 @@ struct CQuery sqlite3_stmt *pQuery; }; -void logError(int rc, const char *szFile = __FILE__, int line = __LINE__); +void logError(int rc, const char *szFile, int line); ///////////////////////////////////////////////////////////////////////////////////////// |