diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-05 04:40:30 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-05 04:40:30 +0300 |
commit | 599d73442416d9bad663e4d0900265e073946600 (patch) | |
tree | c04b85575c0e26004233b8d57532590d32962c6f /modules/dbsqlite/main.cpp | |
parent | 8784e4b981c88f051946ed4901f0b91dd0ded5b5 (diff) |
modified: ../dbsqlite/main.cpp
modified: main.cpp
Diffstat (limited to 'modules/dbsqlite/main.cpp')
-rw-r--r-- | modules/dbsqlite/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dbsqlite/main.cpp b/modules/dbsqlite/main.cpp index 7db4691..35ec873 100644 --- a/modules/dbsqlite/main.cpp +++ b/modules/dbsqlite/main.cpp @@ -121,7 +121,7 @@ SERVICE svc_dbGetSetting(WPARAM w, LPARAM l) SERVICE svc_dbDeleteSetting(WPARAM w, LPARAM l) { - PLUGININFO *info = (PLUGININFO*)w; + PLUGININFO *info = (PLUGININFO*)w; DATA *data = (DATA*)l; char buf[512]; strcpy(buf, "DELETE FROM data WHERE module = '"); |