mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
Fix a pile of dead assignments.
Some were actual bugs!
This commit is contained in:
parent
59b04dbcca
commit
59e85b7d5e
25 changed files with 22 additions and 41 deletions
|
@ -841,7 +841,6 @@ PR_Sprintf (progs_t *pr, dstring_t *result, const char *name,
|
|||
(*fi)->data.string_var = l;
|
||||
|
||||
(*fi)->next = new_fmt_item ();
|
||||
fi = &(*fi)->next;
|
||||
}
|
||||
|
||||
if (fmt_count != count) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue