mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
21 lines
318 B
Plaintext
21 lines
318 B
Plaintext
--- 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;
|
|
}
|
|
|
|
|