Changeset e59bea7b82ac4f79a169677d8d9aa753d3d3c10e

Show
Ignore:
Timestamp:
22/12/07 16:50:53 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1198338653 +0000
git-parent:

[77ca78456d262a64d0767247fd155c3a26d6c63b]

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

Fix warnings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/httpd.c

    r3945813 re59bea7  
    10701070 
    10711071    vlc_object_lock( host ); 
    1072     if( vlc_object_waitpipe( host ) == -1 ) 
     1072    if( vlc_object_waitpipe( VLC_OBJECT( host ) ) == -1 ) 
    10731073    { 
    10741074        vlc_object_unlock( host ); 
     
    20342034 
    20352035    vlc_object_lock( host ); 
    2036     evfd = vlc_object_waitpipe( host ); 
     2036    evfd = vlc_object_waitpipe( VLC_OBJECT( host ) ); 
    20372037    b_die = vlc_object_alive( host ); 
    20382038    vlc_object_unlock( host );