diff options
author | Greg Lehey <grog@FreeBSD.org> | 2007-02-23 23:15:51 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2007-02-23 23:15:51 +0000 |
commit | 97a006d824f4b6e02a253e1500eb3ecf86aa474a (patch) | |
tree | df8ae38e374468b6ac24ed6175653840ad4980ec /multimedia/mythtv | |
parent | c1cd8ed0754057507378d10661ff4cf082e05397 (diff) | |
download | ports-97a006d824f4b6e02a253e1500eb3ecf86aa474a.tar.gz ports-97a006d824f4b6e02a253e1500eb3ecf86aa474a.zip |
Notes
Diffstat (limited to 'multimedia/mythtv')
-rw-r--r-- | multimedia/mythtv/files/patch-libs-libmythtv-cardutil.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mythtv/files/patch-libs-libmythtv-cardutil.cpp b/multimedia/mythtv/files/patch-libs-libmythtv-cardutil.cpp new file mode 100644 index 000000000000..2a94e37afbf1 --- /dev/null +++ b/multimedia/mythtv/files/patch-libs-libmythtv-cardutil.cpp @@ -0,0 +1,11 @@ +--- libs/libmythtv/cardutil.cpp~ Tue Jul 18 22:05:04 2006 ++++ libs/libmythtv/cardutil.cpp Fri Feb 23 11:40:25 2007 +@@ -588,7 +588,7 @@ + { + bool ok; + QStringList ret; +- int videofd = open(device.ascii(), O_RDWR); ++ int videofd = open(device.ascii(), O_RDONLY); + if (videofd < 0) + { + ret += QObject::tr("Could not open '%1' " |