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:
@@ -35,7 +35,7 @@
|
|||||||
int google_parse_results(const char *html, size_t htmlsize, struct google_result **results)
|
int google_parse_results(const char *html, size_t htmlsize, struct google_result **results)
|
||||||
{
|
{
|
||||||
struct google_result *res = NULL, *nres = NULL, *prev = NULL;
|
struct google_result *res = NULL, *nres = NULL, *prev = NULL;
|
||||||
const char *p, *q;
|
char *p, *q;
|
||||||
char *nextresult = NULL;
|
char *nextresult = NULL;
|
||||||
long numres = 0;
|
long numres = 0;
|
||||||
long maxres = 0;
|
long maxres = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user