Fixed a stupid, stupid bug.

This commit is contained in:
Brian Koropoff 2003-01-31 20:36:39 +00:00
parent 93b767d4e0
commit 48c3e5a6c3
1 changed files with 0 additions and 2 deletions

View File

@ -92,8 +92,6 @@ GIB_Buffer_Add (cbuf_t *cbuf, const char *str)
gib_buffer_data_t *g = GIB_DATA (cbuf);
gib_tree_t **save, *cur;
cbuf_active = cbuf;
if (g->program) {
for (cur = g->program; cur->next; cur = cur->next);
save = &cur->next;