On Sun, 25 May 2014 11:32:42 +0100, Vincent Sanders wrote: > > The search is behaving oddly - I'm getting two (and always two) > > garbage characters on the end of my search string. So, if I search > > for netsurf on Google I get something like: > > http://www.google.com/search?q=netsurfO%FC > > hmm. that is strange (honest i did test this with the gtk frontend!) > is this soemthing to do with how the search term is extracted on > amiga? search_web_omni() is supposed to take the search term it is > given and substitute it into the search url.
I've fixed it, the URL wasn't getting NULL-terminated. I guess on your test platform the memory allocation was zeroed, but here it wasn't. Chris
