X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmswindows.c;h=909c2abc07896575504e7c2c3e4665de936b0808;hp=18a4e07fe06a7171e45b7dddabac90ad59bbe9e9;hb=908d7a4bcee5adb7d4768499282cc83075d0332e;hpb=277e840a0f8e3ec8800cfe7407fe3c16000bc622 diff --git a/src/mswindows.c b/src/mswindows.c index 18a4e07f..909c2abc 100644 --- a/src/mswindows.c +++ b/src/mswindows.c @@ -499,7 +499,7 @@ ws_changetitle (const char *url) { xfree_null (title_buf); xfree_null (curr_url); - title_buf = (char *)xmalloc (strlen (url) + 20); + title_buf = xmalloc (strlen (url) + 20); curr_url = xstrdup (url); old_percentage = -1; sprintf (title_buf, "Wget %s", curr_url);