git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7a41e0
)
Use utf8_mkstemp in timeshift.
author
Laurent Aimar
<fenrir@videolan.org>
Mon, 17 Nov 2008 23:07:14 +0000
(
00:07
+0100)
committer
Laurent Aimar
<fenrir@videolan.org>
Mon, 17 Nov 2008 23:07:14 +0000
(
00:07
+0100)
It should fix win32 build.
src/input/es_out_timeshift.c
patch
|
blob
|
history
diff --git
a/src/input/es_out_timeshift.c
b/src/input/es_out_timeshift.c
index
d26441a
..
e984810
100644
(file)
--- a/
src/input/es_out_timeshift.c
+++ b/
src/input/es_out_timeshift.c
@@
-1519,7
+1519,7
@@
static FILE *GetTmpFile( char **ppsz_file, const char *psz_path )
return NULL;
/* */
- fd = mkstemp( psz_name );
+ fd =
utf8_
mkstemp( psz_name );
*ppsz_file = psz_name;
if( fd < 0 )