Mercurial > hg > rlgwebd
comparison sqlickrypt.c @ 123:0a3ff1267c24
sqlickrypt: fix typo in database filename.
author | John "Elwin" Edwards <elwin@sdf.org> |
---|---|
date | Mon, 13 Aug 2012 08:53:46 -0700 |
parents | b1480488ce9d |
children | f1676e81c80a |
comparison
equal
deleted
inserted
replaced
122:6cfaf6d202be | 123:0a3ff1267c24 |
---|---|
4 #include <ctype.h> | 4 #include <ctype.h> |
5 #include <sqlite3.h> | 5 #include <sqlite3.h> |
6 #include <unistd.h> | 6 #include <unistd.h> |
7 #include <crypt.h> | 7 #include <crypt.h> |
8 | 8 |
9 #define DATABASE "/dgldir/dgamelaunch-X.db" | 9 #define DATABASE "/dgldir/dgamelaunch.db" |
10 #define IBUFSIZE 200 | 10 #define IBUFSIZE 200 |
11 | 11 |
12 /* General idea for return status: | 12 /* General idea for return status: |
13 * 0: success | 13 * 0: success |
14 * 1: password check failed | 14 * 1: password check failed |