mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed a crash in the time search mechanism
This commit is contained in:
parent
1125f05384
commit
9f18dbc8cf
@ -869,6 +869,7 @@ Reinhard Nissl <rnissl@gmx.de>
|
|||||||
for reporting a bug in checking the last area for misalignment in cOsd::CanHandleAreas()
|
for reporting a bug in checking the last area for misalignment in cOsd::CanHandleAreas()
|
||||||
for suggesting to make sure the OSD reports oeWrongAlignment errors before any
|
for suggesting to make sure the OSD reports oeWrongAlignment errors before any
|
||||||
oeAreasOverlap error
|
oeAreasOverlap error
|
||||||
|
for reporting a a crash in the time search mechanism
|
||||||
|
|
||||||
Richard Robson <richard_robson@beeb.net>
|
Richard Robson <richard_robson@beeb.net>
|
||||||
for reporting freezing replay if a timer starts while in Transfer Mode from the
|
for reporting freezing replay if a timer starts while in Transfer Mode from the
|
||||||
|
1
HISTORY
1
HISTORY
@ -3025,3 +3025,4 @@ Video Disk Recorder Revision History
|
|||||||
- Made volume control more linear (thanks to Emil Naepflein).
|
- Made volume control more linear (thanks to Emil Naepflein).
|
||||||
- Now skipping code table info in SI data (suggested by Milos Kapoun).
|
- Now skipping code table info in SI data (suggested by Milos Kapoun).
|
||||||
- Added missing Czech characters to fontosd-iso8859-2.c (thanks to Milos Kapoun).
|
- Added missing Czech characters to fontosd-iso8859-2.c (thanks to Milos Kapoun).
|
||||||
|
- Fixed a crash in the time search mechanism (reported by Reinhard Nissl).
|
||||||
|
3
menu.c
3
menu.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: menu.c 1.312 2004/10/16 10:24:11 kls Exp $
|
* $Id: menu.c 1.313 2004/10/16 16:10:42 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
@ -3076,6 +3076,7 @@ void cReplayControl::Hide(void)
|
|||||||
modeOnly = false;
|
modeOnly = false;
|
||||||
lastPlay = lastForward = false;
|
lastPlay = lastForward = false;
|
||||||
lastSpeed = -1;
|
lastSpeed = -1;
|
||||||
|
timeSearchActive = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user