diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-15 18:18:42 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-15 18:18:42 -0400 |
| commit | 6b8ceccdabc5800a5382cfbade470187f4e07612 (patch) | |
| tree | bd3c3a0334de15ab62efefff1e6edc0317379165 | |
| parent | 60cc8f5b3d84f25ddc2718c7bbbf89c454784024 (diff) | |
| -rw-r--r-- | ask.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -493,7 +493,7 @@ int main(int argc, char *argv[]) char *xdg_data = getenv("XDG_DATA_HOME"); if (xdg_data == NULL) { strcpy(histpath, getenv("HOME")); - strcat(histpath, "/.local/.share/ask/"); + strcat(histpath, "/.local/share/ask/"); } else { strcpy(histpath, xdg_data); strcat(histpath, "/ask/"); |
