View Single Post
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#18
Originally Posted by omeriko9 View Post
Thank you very much, it's working! I took the liberty to add it to the CallNotify update if you don't mind.
Any idea what's wrong with char pointer?..
Changing from a pointer to instead using allocated memory usually means that you tried to use the char * without allocating memory for it.

Hence the segmentation fault.
 

The Following User Says Thank You to Joorin For This Useful Post: