Changeset 4f0d569132a01110911a476895a4dd78ff73b50e
- Timestamp:
- 27/06/05 14:22:24
(3 years ago)
- Author:
- Damien Fouilleul <damienf@videolan.org>
- git-committer:
- Damien Fouilleul <damienf@videolan.org> 1119874944 +0000
- git-parent:
[da4dc63b33a3cbffa38513107882a05f2043d17c]
- git-author:
- Damien Fouilleul <damienf@videolan.org> 1119874944 +0000
- Message:
plugin.cpp: forgot to initialize the mute variable
AUTHORS: I haven't moved to Germany as far as I know: )
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc5c9ae6 |
r4f0d569 |
|
| 168 | 168 | C: Quovodis |
|---|
| 169 | 169 | D: ActiveX control |
|---|
| 170 | | S: Germany |
|---|
| | 170 | S: Ireland |
|---|
| 171 | 171 | |
|---|
| 172 | 172 | N: Alexis Guillard |
|---|
| rda4dc63 |
r4f0d569 |
|
| 235 | 235 | _b_loopmode(FALSE), |
|---|
| 236 | 236 | _b_visible(TRUE), |
|---|
| | 237 | _b_mute(FALSE), |
|---|
| 237 | 238 | _b_sendevents(TRUE), |
|---|
| 238 | 239 | _i_vlc(0) |
|---|