diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:27:18 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:27:18 +0100 |
| commit | d663841832e2e17fe7226f12439e6bae1537a3ce (patch) | |
| tree | 477b17e26980d001713f8104cd20be39eeb7697f /libgamma_group_name.c | |
| parent | Update e-mail (diff) | |
| download | libgamma-d663841832e2e17fe7226f12439e6bae1537a3ce.tar.gz libgamma-d663841832e2e17fe7226f12439e6bae1537a3ce.tar.bz2 libgamma-d663841832e2e17fe7226f12439e6bae1537a3ce.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libgamma_group_name.c')
| -rw-r--r-- | libgamma_group_name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_group_name.c b/libgamma_group_name.c index ce59300..3f6c644 100644 --- a/libgamma_group_name.c +++ b/libgamma_group_name.c @@ -2,7 +2,7 @@ #include "common.h" -static _Thread_local char group_name[64]; /* Group names can only be up to 16 bytes logn, 63 is a very safe number */ +static _Thread_local char group_name[64]; /* Group names can only be up to 16 bytes long, 63 is a very safe number */ /** |
