From 32f030b943a1356ff2b6ab96f04a03bb7bdaf990 Mon Sep 17 00:00:00 2001 From: Woodley Packard Date: Wed, 8 Jul 2015 23:54:58 +0000 Subject: [PATCH] I fixed something but I'm not sure what. git-svn-id: http://sweaglesw.org/svn/treebank/trunk@70 d38cde00-0a73-4c7e-b886-4d3d8cce27c9 --- forest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forest.c b/forest.c index c378fab..f7725b0 100644 --- a/forest.c +++ b/forest.c @@ -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;inedges;i++)