Re: [concordance-devel] Patch: Fix GetTag issue due to ref v.s. ptr change

2008-03-30 Thread Phil Dibowitz
Stephen Warren wrote: GetTag has an issue because it checks whether found is NULL before assigning to it, but now it's a reference, so that check doesn't make sense, and this renders the found value invalid, which breaks a lot of things. The attached patch fixes this. Applied, thanks. --

[concordance-devel] Patch: Fix GetTag issue due to ref v.s. ptr change

2008-03-29 Thread Stephen Warren
GetTag has an issue because it checks whether found is NULL before assigning to it, but now it's a reference, so that check doesn't make sense, and this renders the found value invalid, which breaks a lot of things. The attached patch fixes this. ? concordance/.concordance.c.swp ?