summaryrefslogtreecommitdiff
path: root/src/dxr3
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2011-10-17 14:44:39 +0300
committerPetri Hintukainen <phintuka@users.sourceforge.net>2011-10-17 14:44:39 +0300
commit4467de60c581f2a5f7ae737c30ab63be0e3f6e25 (patch)
tree37d2893e34f613a65383f9288d0af3b985fcd85f /src/dxr3
parent81c84b6bf06482c5988fd16f68050177c1afc358 (diff)
parent9f105cfe9059df4a9a1f5278679151a5d9c387f6 (diff)
downloadxine-lib-4467de60c581f2a5f7ae737c30ab63be0e3f6e25.tar.gz
xine-lib-4467de60c581f2a5f7ae737c30ab63be0e3f6e25.tar.bz2
Merge from 1.1
Diffstat (limited to 'src/dxr3')
-rw-r--r--src/dxr3/video_out_dxr3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxr3/video_out_dxr3.c b/src/dxr3/video_out_dxr3.c
index a5d75cc69..1fd1028a8 100644
--- a/src/dxr3/video_out_dxr3.c
+++ b/src/dxr3/video_out_dxr3.c
@@ -1336,7 +1336,7 @@ static int dxr3_overlay_read_state(dxr3_overlay_t *this)
* (used by .overlay/res file) */
setlocale(LC_NUMERIC, "C");
- asprintf(&fname, "%s/.overlay/res_%dx%dx%d", getenv("HOME"),
+ fname = _x_asprintf("%s/.overlay/res_%dx%dx%d", getenv("HOME"),
this->screen_xres, this->screen_yres, this->screen_depth);
llprintf(LOG_OVR, "attempting to open %s\n", fname);
if (!(fp = fopen(fname, "r"))) {