diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-09 15:38:45 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-09 15:38:45 +0900 |
| commit | 2f0e6dfeea2ac257b5527b7e2808c6771fa91a4d (patch) | |
| tree | f33707b754349cae73708ab76cc9a65a0d6670af /surf/surf.c | |
| parent | d3a2e03e01d30020514e2891a559d7c96fda326a (diff) | |
modified surf/config.def.h, modified surf/surf, modified surf/surf.c
Diffstat (limited to 'surf/surf.c')
| -rw-r--r-- | surf/surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/surf/surf.c b/surf/surf.c index 60d1208..4ba7c5c 100644 --- a/surf/surf.c +++ b/surf/surf.c @@ -1864,7 +1864,7 @@ parseuri(const gchar *uri) void handle_zoommtg(WebKitURISchemeRequest *request) { - char* uri = webkit_uri_scheme_request_get_uri (request); + const char* uri = webkit_uri_scheme_request_get_uri (request); Arg a = (Arg)PLUMB(uri); printf("handleplumb: %s",(char*)a.v); if (fork() == 0) { |
