gcc4 is also picky about writing to const variables... grr

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19912 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2007-01-23 14:38:42 +00:00
parent eed616a9cd
commit d86cd90850
@@ -35,7 +35,7 @@
int google_parse_results(const char *html, size_t htmlsize, struct google_result **results)
{
struct google_result *res = NULL, *nres = NULL, *prev = NULL;
const char *p, *q;
char *p, *q;
char *nextresult = NULL;
long numres = 0;
long maxres = 0;