[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Structures with byte arrays using fromstring cause segfault


>
> Well I think it is all me, fromstring is static, perhaps it only returns
> an array does not set an array.
>
> I seem to have know that at some point in time.
>
> Oh well, I guess I was wrong.
>
Yeah, it's function, not method. How did I miss that!
This works just fine:
dtag.tag = Byte[].fromstring(theString)


Jussi