diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-25 04:13:07 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-25 04:13:07 +0000 |
| commit | 013b7f659985b540e549599ed2e17adb9c81d858 (patch) | |
| tree | df56ee9e41c8610660e34e1d21014ac8a0fbc871 /include/vars.h | |
| parent | b916aeed79d56158a38f88d37ad51ef90f9a154d (diff) | |
frosty telling me one thing that fixes the entire codebase maybe this should just be his project
Diffstat (limited to 'include/vars.h')
| -rw-r--r-- | include/vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vars.h b/include/vars.h index 7bb44d3..d635b07 100644 --- a/include/vars.h +++ b/include/vars.h @@ -64,7 +64,7 @@ extern char repo_file[MAX_PATH_LEN]; extern char bin[MAX_PATH_LEN]; extern char lib[MAX_PATH_LEN]; extern char inc[MAX_PATH_LEN]; -extern char pkgblds[MAX_PATH_LEN]; +extern char src[MAX_PATH_LEN]; extern char *install_directories[5]; |
