Update roctx.cpp

This commit is contained in:
rkebichi
2019-09-06 10:56:25 -04:00
committed by GitHub
parent 5b444aaef3
commit c15059cb2b
+1 -1
View File
@@ -141,7 +141,7 @@ PUBLIC_API int roctxRangePop() {
message_stack.pop();
}
API_METHOD_CATCH(-1)
return message_stack.size()-1;
return message_stack.size();
}
} // extern "C"