termux-packages/packages/oorexx/interpreter-api-ThreadConte...

21 lines
318 B
Plaintext
Raw Normal View History

2022-02-01 19:30:20 +01:00
--- 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;
}