Ticket #6730: simplefix.patch
| File simplefix.patch, 717 bytes (added by , 17 years ago) |
|---|
-
mythtv/libs/libmythtv/hdhrstreamhandler.cpp
diff -p -r -u -N -X /tmp/diff.exclude -x myth.20892.0714a -x myth.20892.0714b myth.20892.0714a/mythtv/libs/libmythtv/hdhrstreamhandler.cpp myth.20892.0714b/mythtv/libs/libmythtv/hdhrstreamhandler.cpp
void HDHRStreamHandler::RunTS(void) 340 340 _listener_lock.unlock(); 341 341 if (remainder != 0) 342 342 { 343 VERBOSE(VB_ IMPORTANT, LOC +343 VERBOSE(VB_RECORD, LOC + 344 344 QString("RunTS(): data_length = %1 remainder = %2") 345 345 .arg(data_length).arg(remainder)); 346 346 }
