diff options
Diffstat (limited to 'src/k9play.cpp')
-rw-r--r-- | src/k9play.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k9play.cpp b/src/k9play.cpp index 915df89..f4b6c4e 100644 --- a/src/k9play.cpp +++ b/src/k9play.cpp @@ -294,7 +294,7 @@ void k9play::play() { } /* open dvdnav handle */ - if (dvdnav_open(&dvdnav, m_device,NULL) != DVDNAV_STATUS_OK) { + if (dvdnav_open(&dvdnav, m_device.local8Bit(), NULL) != DVDNAV_STATUS_OK) { writeOutput("ERR:Error on dvdnav_open\n"); return ; } |