Package: mimms
Version: 2.0.1-1
Severity: normal
The time is not used, if mimms is started in quiet mode or stdout mode.
Patch included.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (950, 'stable'), (200, 'proposed-updates'), (200, 'stable'), (50,
'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Versions of packages mimms depends on:
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libgcc1 1:4.1.1-21 GCC support library
ii libmms0 0.3-2 MMS stream protocol library
ii libqt4-core 4.2.1-2+etch1 Qt 4 core non-GUI functionality ru
ii libstdc++6 4.1.1-21 The GNU Standard C++ Library v3
ii wget 1.10.2-2 retrieves files from the web
mimms recommends no packages.
-- no debconf information
*** mimms.cpp.orig 2008-03-17 18:05:39.000000000 +0100
--- mimms.cpp 2008-03-17 18:09:23.982651019 +0100
***************
*** 392,399 ****
if (QDateTime::currentDateTime() > endDateTime) {
if (!app.options().quiet && !app.options().stdout) {
qDebug("\rRecording time limit exceeded.");
- break;
}
}
}
--- 392,399 ----
if (QDateTime::currentDateTime() > endDateTime) {
if (!app.options().quiet && !app.options().stdout) {
qDebug("\rRecording time limit exceeded.");
}
+ break;
}
}