Advertisement
cmsigler

gtdialogs.cpp_pointer.patch

Dec 14th, 2021
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. --- scribus-1.4.8/scribus/gtdialogs.cpp.orig 2019-03-05 17:44:41.000000000 -0500
  2. +++ scribus-1.4.8/scribus/gtdialogs.cpp 2021-12-14 12:09:30.731362735 -0500
  3. @@ -160,7 +160,7 @@
  4. if (imp != "false")
  5. {
  6. res = imp;
  7. - if (importers.contains(res) > 0)
  8. + if (static_cast<bool>(importers.contains(res)) > static_cast<bool>(0))
  9. ok = true;
  10. }
  11.  
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement