Changeset bad2a6b1f230b3dafb5c47f28b117bbe69192e93

Show
Ignore:
Timestamp:
29/11/07 19:39:24 (11 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1196361564 +0000
git-parent:

[9d7bb43b1c5e52cda809dddbc5ea4aff1f49805f]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1196361564 +0000
Message:

Typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/input/stream.c

    re3e9c13 rbad2a6b  
    872872        if( AStreamRefillBlock( s ) ) 
    873873        { 
    874             msg_Err( s, "cannot re fill buffer" ); 
     874            msg_Err( s, "cannot pre fill buffer" ); 
    875875            return VLC_EGENERIC; 
    876876        }