I tried using array to capture ".." from the string but I failed. Thanks to Scott's post, he mentioned about build-in function Find() in mozilla repos. I tried it but it still did not work. So I started putting "printf" inside the functions. I found out that I did my incremental build in the wrong directory because some of my "printf" statements did not updated as I changed them.
Before, I did my "make" in
/comm-central/objdir-tb-debug/mozilla/netwerk/streamconv
After:
/comm-central/objdir-tb-debug/mozilla/netwerk
Now everything work as is should be when I changed some thing in the function.
Finally I got it.

No comments:
Post a Comment