Changeset 1a74e0bf8222741078115b8296758bd8eafd2a9e
- 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
| rac73a89 |
r1a74e0b |
|
| 2124 | 2124 | } |
|---|
| 2125 | 2125 | else |
|---|
| | 2126 | { |
|---|
| 2126 | 2127 | /* Standard input closed: exit */ |
|---|
| 2127 | | vlc_object_kill( p_intf ); |
|---|
| | 2128 | vlc_value_t empty; |
|---|
| | 2129 | Quit( p_intf, NULL, empty, empty, NULL ); |
|---|
| | 2130 | } |
|---|
| 2128 | 2131 | |
|---|
| 2129 | 2132 | p_buffer[ *pi_size ] = 0; |
|---|