diff options
Diffstat (limited to 'apps/plugins/keybox.c')
| -rw-r--r-- | apps/plugins/keybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/keybox.c b/apps/plugins/keybox.c index af41b3f..932fc5f 100644 --- a/apps/plugins/keybox.c +++ b/apps/plugins/keybox.c @@ -23,7 +23,7 @@ #include "lib/md5.h" -#define KEYBOX_FILE PLUGIN_APPS_DIR "/keybox.dat" +#define KEYBOX_FILE PLUGIN_APPS_DATA_DIR "/keybox.dat" #define BLOCK_SIZE 8 #define MAX_ENTRIES 12*BLOCK_SIZE /* keep this a multiple of BLOCK_SIZE */ #define FIELD_LEN 32 /* should be enough for anyone ;) */ |