mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 03:40:08 +00:00
21 lines
318 B
Diff
21 lines
318 B
Diff
--- a/interpreter/api/ThreadContextStubs.cpp
|
|
+++ b/interpreter/api/ThreadContextStubs.cpp
|
|
@@ -576,7 +576,7 @@
|
|
catch (RexxNativeActivation *)
|
|
{
|
|
}
|
|
- return false;
|
|
+ return NULL;
|
|
}
|
|
|
|
|
|
@@ -591,7 +591,7 @@
|
|
catch (RexxNativeActivation *)
|
|
{
|
|
}
|
|
- return false;
|
|
+ return NULL;
|
|
}
|
|
|
|
|