Log into correct temp directory

This commit is contained in:
Alexey Romanov
2014-10-12 19:52:37 +04:00
parent d166e24359
commit b3856c745f
2 changed files with 26 additions and 17 deletions

View File

@@ -25,11 +25,6 @@
#pragma warning(disable: 4820)
#endif
// Path to file where data will be stored.
// It will be created if it doesn't exist
#define DB_PATH "./store.db"
#define LOG_PATH "/tmp/erlang-sqlite3-drv.log"
// Binary commands between Erlang VM and Driver
#define CMD_SQL_EXEC 2
// #define CMD_DEL 3