!206 update src/dataArg.c.

Merge pull request !206 from itschina/N/A
This commit is contained in:
李昂 2023-01-06 02:23:00 +00:00 committed by Gitee
commit bc8924b2e9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -315,7 +315,7 @@ void arg_singlePrint(Arg* self, PIKA_BOOL in_REPL, char* end) {
arg_printBytes(self, end);
return;
}
if (ARG_TYPE_POINTER == type || ARG_TYPE_METHOD_NATIVE_CONSTRUCTOR) {
if (ARG_TYPE_POINTER == type || ARG_TYPE_METHOD_NATIVE_CONSTRUCTOR== type) {
pika_platform_printf("%p%s", arg_getPtr(self), end);
return;
}