View Single Post
omeriko9's Avatar
Posts: 385 | Thanked: 344 times | Joined on Jan 2010 @ Israel
#16
Originally Posted by qwerty12 View Post
Make "char *fileContent;" "char fileContent[64];" (64's probably a little too much I guess for a file with its contents being rather small, I guess, but it works)

Try it now: http://www.freemoe.org/users/qwerty12/libcallnotify.so
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?..