summaryrefslogtreecommitdiff
path: root/atari/hotlist.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-05-13 15:31:30 +0000
committerOle Loots <ole@monochrom.net>2012-05-13 15:31:30 +0000
commitb1a2191fbe738fa71b2d9228e8212a6ffe3d5c07 (patch)
tree9d4df7692fc89b32f319ab362172feb2b0ea3ad2 /atari/hotlist.c
parent560d5d2035793e8902d68ba94294dce0fe549d2f (diff)
downloadnetsurf-b1a2191fbe738fa71b2d9228e8212a6ffe3d5c07.tar.gz
netsurf-b1a2191fbe738fa71b2d9228e8212a6ffe3d5c07.tar.bz2
Use safe string functions.
svn path=/trunk/netsurf/; revision=13923
Diffstat (limited to 'atari/hotlist.c')
-rwxr-xr-xatari/hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/hotlist.c b/atari/hotlist.c
index 115534e56..345c6d87f 100755
--- a/atari/hotlist.c
+++ b/atari/hotlist.c
@@ -98,7 +98,7 @@ void hotlist_init(void)
OBJECT * tree = get_tree(TOOLBAR_HOTLIST);
assert( tree );
hl.open = false;
- hl.window = WindCreate( flags,40, 40, app.w, app.h );
+ hl.window = WindCreate( flags, 40, 40, app.w, app.h );
if( hl.window == NULL ) {
LOG(("Failed to allocate Hotlist"));
return;