Re: Why does octstr_cat() require ostr1 to be non-immutable?

2017-01-10 Thread amalysh
Hi, I fixed it in SVN. Thanks, Alex > Am 22.12.2016 um 12:04 schrieb amal...@kannel.org: > > Hi Werner, > > as far as I see there is no reason to immutable assert. > > Alex > > >> Am 21.12.2016 um 15:39 schrieb Werner Coetzee >

Re: Why does octstr_cat() require ostr1 to be non-immutable?

2016-12-25 Thread Rene Kluwen
First of all, let me say that I agree with you. But a possible way of thinking could have been to make octstr_cat make like (or look like) strcat(). == Rene -- Origineel bericht -- Van: "Werner Coetzee" Aan: "devel@kannel.org"

Re: Why does octstr_cat() require ostr1 to be non-immutable?

2016-12-22 Thread amalysh
Hi Werner, as far as I see there is no reason to immutable assert. Alex > Am 21.12.2016 um 15:39 schrieb Werner Coetzee : > > Hi > > Why does the octstr_cat(Octstr *ostr1, Octstr *ostr2) function in > gwlib/octstr.c require that ostr1 be non-immutable? > It