| author | R.Ghetta <bchiara@users.sf.net> |
| Sun Nov 08 19:42:57 2009 +0100 (6 weeks ago) | |
| changeset 726 | 2e9ae57c6fd6 |
| parent 725 | 19f389f0bf7c |
| child 727 | 601591f1d667 |
| src/names.c | file | annotate | diff | revisions |
1.1 --- a/src/names.c Sun Nov 08 19:35:54 2009 +0100 1.2 +++ b/src/names.c Sun Nov 08 19:42:57 2009 +0100 1.3 @@ -162,7 +162,7 @@ 1.4 g_assert(nt); 1.5 1.6 /* whe decode al most STACK_SIZE levels */ 1.7 - while (nt->decoder->level <= STACK_SIZE && 1.8 + while (nt->decoder.level <= STACK_SIZE && 1.9 nt->decoder.tokens->protonames[nt->decoder.level]) 1.10 { 1.11 next_func = g_tree_lookup (prot_functions, nt->decoder.tokens->protonames[nt->decoder.level]);