X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=surf.c;h=5d2a30da3b923839b3b216879310d3f4e136c324;hb=c38404fd0b7f537ea5c97ca830f44b9834dbaac7;hp=ecdbbed1ae64ac9cc9c1caa0f8469459eb8da78e;hpb=31441e93f73029017fb59ac9f7e36ba74206ced4;p=surf.git diff --git a/surf.c b/surf.c index ecdbbed..5d2a30d 100644 --- a/surf.c +++ b/surf.c @@ -345,7 +345,7 @@ geturi(Client *c) { char *uri; if(!(uri = (char *)webkit_web_view_get_uri(c->view))) - uri = copystr(NULL, "about:blank"); + uri = "about:blank"; return uri; } @@ -690,8 +690,6 @@ resize(GtkWidget *w, GtkAllocation *a, Client *c) { webkit_web_view_set_zoom_level(c->view, 1.0); } - - void sigchld(int unused) { if(signal(SIGCHLD, sigchld) == SIG_ERR)