freebsd-ports/sysutils/k3b/files/patch-src-rip-k3bvideocdrip.cpp
Tilman Keskinoz d4fe0e7316 - Fix detection of TEAC R56S
PR:		71010
Reported by:	Reinhard Lenninger
Submitted by:	maintainer

- Upgrade to 0.11.14

PR:		71113
Submitted by:	maintainer
2004-09-02 15:26:02 +00:00

12 lines
308 B
C++

--- src/rip/k3bvideocdrip.cpp.orig Wed Jan 21 11:20:20 2004
+++ src/rip/k3bvideocdrip.cpp Sun Aug 22 15:28:36 2004
@@ -41,7 +41,8 @@
m_ripsourceType( 0 ),
m_videooptions( options ),
m_canceled( false ),
- m_process( 0 )
+ m_process( 0 ),
+ m_subPosition( 0 )
{}