diff options
author | jcid <devnull@localhost> | 2008-05-22 21:19:36 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-22 21:19:36 +0200 |
commit | dd92ec5e90ccd4a552563b06c3e87d7618599745 (patch) | |
tree | c29b8e7f39eb87dd2123af755fff4d098898be2a /src/prefs.c | |
parent | fd2515a4fa2d803750067f1b2201fabedc0340b1 (diff) |
- s/strdup/dStrdup/
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.c b/src/prefs.c index e3331e01..1997493b 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -417,7 +417,7 @@ void a_Prefs_init(void) prefs.ypos = D_GEOMETRY_DEFAULT_YPOS; prefs.http_proxy = NULL; prefs.http_proxyuser = NULL; - prefs.http_referer = strdup("host"); + prefs.http_referer = dStrdup("host"); prefs.no_proxy = NULL; prefs.link_color = DW_COLOR_DEFAULT_BLUE; prefs.visited_color = DW_COLOR_DEFAULT_PURPLE; |