diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-28 22:06:15 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-28 22:06:15 +0100 |
| commit | 387d8153dcbff439c1f86e6b3fe3540450f39bcb (patch) | |
| tree | f73f3b528935ec911ef327dab6b23f3ba2b78c03 | |
| parent | 6384c9e3fe3b5ac2ec1af25aef237bedc2d3f229 (diff) | |
change spacing
| -rwxr-xr-x | quicksearch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quicksearch.c b/quicksearch.c index 1f8f248..9fa107a 100755 --- a/quicksearch.c +++ b/quicksearch.c @@ -45,9 +45,9 @@ quicksearch(const Arg *arg) die("quicksearch: realloc failed"); } - strlcpy(names + names_len, tag_str, names_size - names_len); - names_len += tag_len; - strlcpy(names + names_len, c->name, names_size - names_len); + strlcpy(names + names_len, tag_str, names_size - names_len); + names_len += tag_len; + strlcpy(names + names_len, c->name, names_size - names_len); names_len += name_len; names[names_len] = '\n'; |
