Skip to content

Commit

Permalink
I fixed something but I'm not sure what.
Browse files Browse the repository at this point in the history
git-svn-id: http://sweaglesw.org/svn/treebank/trunk@70 d38cde00-0a73-4c7e-b886-4d3d8cce27c9
  • Loading branch information
sweaglesw committed Jul 8, 2015
1 parent 8419bf9 commit 32f030b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forest.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ int is_usable_stored_parse(struct parse *P)
// lookup the lexical type
if(e->sign)free(e->sign);
e->sign = sign_with_lexnames_to_sign_with_lextypes(e->sign_with_lexnames);
if(!e->sign) { return -1; }
if(!e->sign) { return 0; }
}
}
for(i=0;i<P->nedges;i++)
Expand Down

0 comments on commit 32f030b

Please sign in to comment.