Skip to content

Commit

Permalink
Revert "Adjust SQLITE_NOTADB text message"
Browse files Browse the repository at this point in the history
This reverts commit 6a7894b.
  • Loading branch information
developernotes committed Sep 29, 2017
1 parent a83694d commit 2a0f9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,7 @@ const char *sqlite3ErrStr(int rc){
/* SQLITE_AUTH */ "authorization denied",
/* SQLITE_FORMAT */ 0,
/* SQLITE_RANGE */ "column index out of range",
/* SQLITE_NOTADB */ "file is encrypted or is not a database",
/* SQLITE_NOTADB */ "file is not a database",
};
const char *zErr = "unknown error";
switch( rc ){
Expand Down

0 comments on commit 2a0f9d1

Please sign in to comment.