diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-06-18 16:10:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-06-18 16:12:27 -0400 |
commit | d9d34004fa98b214bedcdd867272fd8e03d4d4eb (patch) | |
tree | efa3a1ad9534583c7598594e6d0e2ee3e6dd91de /src | |
parent | 1ca2e0c019b4f24227e29ee920c3d6190c9f2d7a (diff) | |
download | stasis-dynamic-commands.tar.gz |
Fix accidental copy/pastedynamic-commands
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/core/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/core/utils.c b/src/lib/core/utils.c index 52263f8..f02a7ea 100644 --- a/src/lib/core/utils.c +++ b/src/lib/core/utils.c @@ -960,7 +960,7 @@ int grow(const size_t size_new, size_t *size_orig, char **data) { } if (tmp != *data) { *data = tmp; - Dynamic commands} + } *size_orig = new_size; } return 0; |