Changeset 1a74e0bf8222741078115b8296758bd8eafd2a9e

Show
Ignore:
Timestamp:
04/05/08 00:24:44 (5 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1207347884 +0200
git-parent:

[ac73a8981357037bd9131ef4cefaac52222d8198]

git-author:
Rafaël Carré <funman@videolan.org> 1207347884 +0200
Message:

rc : stop the playlist before exiting, fix quitting with EOF on OSX

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/control/rc.c

    rac73a89 r1a74e0b  
    21242124        } 
    21252125        else 
     2126        { 
    21262127            /* Standard input closed: exit */ 
    2127             vlc_object_kill( p_intf ); 
     2128            vlc_value_t empty; 
     2129            Quit( p_intf, NULL, empty, empty, NULL ); 
     2130        } 
    21282131 
    21292132        p_buffer[ *pi_size ] = 0;