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:
9d7bb43
)
Typo
author
Rémi Denis-Courmont
<rem@videolan.org>
Thu, 29 Nov 2007 18:39:24 +0000
(18:39 +0000)
committer
Rémi Denis-Courmont
<rem@videolan.org>
Thu, 29 Nov 2007 18:39:24 +0000
(18:39 +0000)
src/input/stream.c
patch
|
blob
|
history
diff --git
a/src/input/stream.c
b/src/input/stream.c
index
403c324
..
5615ba8
100644
(file)
--- a/
src/input/stream.c
+++ b/
src/input/stream.c
@@
-871,7
+871,7
@@
static int AStreamSeekBlock( stream_t *s, int64_t i_pos )
/* Refill a block */
if( AStreamRefillBlock( s ) )
{
- msg_Err( s, "cannot re fill buffer" );
+ msg_Err( s, "cannot
p
re fill buffer" );
return VLC_EGENERIC;
}
/* Update stat */