Hi,
I am trying to use realloc() to manipulate strings. I get the following PD error when I try to make a string about 64 chars long.
*** glibc detected *** realloc(): invalid next size: 0x0830df68 ***
Does it mean that PD only allows me to use that much memory, according to the size of my struct or a little more ? I hope not.
Thanks, aalex