mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-05 10:34:23 +03:00
Fix crash in GETURL
svn path=/trunk/netsurf/; revision=6794
This commit is contained in:
parent
58cd142338
commit
bcb645a301
@ -150,7 +150,7 @@ STATIC VOID rx_tofront(struct ARexxCmd *cmd, struct RexxMsg *rxm __attribute__((
|
||||
|
||||
STATIC VOID rx_geturl(struct ARexxCmd *cmd, struct RexxMsg *rxm __attribute__((unused)))
|
||||
{
|
||||
if(curbw)
|
||||
if(curbw && curbw->current_content)
|
||||
{
|
||||
strcpy(result,curbw->current_content->url);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user