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
(from parent 1:
fdb9560
)
Fix typo
author
Rémi Denis-Courmont
<rem@videolan.org>
Mon, 13 Feb 2006 19:13:05 +0000
(19:13 +0000)
committer
Rémi Denis-Courmont
<rem@videolan.org>
Mon, 13 Feb 2006 19:13:05 +0000
(19:13 +0000)
modules/access_filter/timeshift.c
patch
|
blob
|
history
diff --git
a/modules/access_filter/timeshift.c
b/modules/access_filter/timeshift.c
index
2d898a5
..
1f0b530
100644
(file)
--- a/
modules/access_filter/timeshift.c
+++ b/
modules/access_filter/timeshift.c
@@
-554,7
+554,7
@@
static char *GetTmpFilePath( access_t *p_access )
strcpy( psz_local_dir, "C:" );
}
- psz_dir = FromLocaleDup(
MAX_PATH + 1
);
+ psz_dir = FromLocaleDup(
psz_local_dir
);
/* remove last \\ if any */
if( psz_dir[strlen(psz_dir)-1] == '\\' )