Skip to content

Commit f93e770

Browse files
committed
yhf
1 parent bf93dcd commit f93e770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/RAT2/classHandle.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ template<class base> inline ClassHandle<base> *convertString2HandlePtr(const cha
6565
{
6666

6767
std::cout << "convertString2HandlePtr: " << in << " " << std::string(in) << std::endl;
68-
uint64_t value = stoull(std::string(in));
68+
uint64_t value = 105553139052784; //stoull(std::string(in));
6969
ClassHandle<base> *ptr = reinterpret_cast<ClassHandle<base> *>(value);
7070
if (!ptr->isValid())
7171
throw std::invalid_argument("callback handle is not valid");

0 commit comments

Comments
 (0)