diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-07 05:58:15 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-07 05:58:15 +0000 |
| commit | ea6745dd7ad75c85d0ea4471e9f3357532fb0eb0 (patch) | |
| tree | 1b5a01898a845f579981303edb0709f9cc95a2f2 /src/vars.c | |
| parent | ab3f27fd2fb32a52f76146970823525f044a325c (diff) | |
tiny fixes & .editorconfig (thx indium)0.1.1
Diffstat (limited to 'src/vars.c')
| -rw-r--r-- | src/vars.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,7 +48,7 @@ const char* get_install_dir(const char *key) { return ""; } -const char *version = "0.1.0"; +const char *version = "0.1.1"; const char *red = "\e[0;31m"; const char *green = "\e[0;32m"; @@ -182,7 +182,7 @@ void init_vars() { print_warning = print_warning_buf; static char print_error_buf[256]; - snprintf(print_error_buf, sizeof(print_error_buf), "%s%s[ERROR]%s", + snprintf(print_error_buf, sizeof(print_error_buf), "%s%s[ERROR] %s", print_pkgit, red, color_reset); print_error = print_error_buf; } |
