diff options
| author | Quentin Carbonneaux <[email protected]> | 2023-03-16 16:22:11 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2023-03-16 16:22:11 +0100 |
| commit | 011dfc839d40c735fb63474aa6d5e1412b823a3b (patch) | |
| tree | 4579fecc9c703d8ff348a69c6ce74679c8d2c210 /rega.c | |
| parent | 6f45894c7f5f145208e0fce4344b2b87eb8ae722 (diff) | |
silence format warning more reliably
Diffstat (limited to 'rega.c')
| -rw-r--r-- | rega.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -670,7 +670,7 @@ rega(Fn *fn) b1->link = blist; blist = b1; fn->nblk++; - snprintf(b1->name, NString, "%s_%s", b->name, s->name); + fmt(b1->name, "%s_%s", b->name, s->name); b1->nins = &insb[NIns] - curi; stmov += b1->nins; stblk += 1; |
