You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the isprint causes an error during debugging with the isprint function. This is because the compiler does not default the char type to unsigned, as shown in the attached image.
Issue Description:
Compilation Environment: Visual Studio 2022
Compiler Version: MSVC 193833134
In the file
paho.mqtt.c\src\MQTTPacket.c
, the function:at line 863:
the isprint causes an error during debugging with the isprint function. This is because the compiler does not default the char type to unsigned, as shown in the attached image.
convert isclype.cpp Line: 36 Expression:c>=-1&&c<= 255
The text was updated successfully, but these errors were encountered: