mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
5189793bc0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
384 B
Diff
13 lines
384 B
Diff
diff -ruN old/src/mgui/dvdimport.cpp new/src/mgui/dvdimport.cpp
|
|
--- old/src/mgui/dvdimport.cpp 2016-04-10 15:15:39.000000000 +0430
|
|
+++ new/src/mgui/dvdimport.cpp 2016-06-18 10:52:35.713230871 +0430
|
|
@@ -275,7 +275,7 @@
|
|
id.errLbl.hide();
|
|
|
|
id.reader = rd;
|
|
- SetCurPageComplete(id.ast, id.reader);
|
|
+ SetCurPageComplete(id.ast, bool(id.reader));
|
|
|
|
return rd;
|
|
}
|
|
|