Details
Description
sizeof(pas) must be replace by sizeof(Str255), because sizeof(pas) returns sizeof(unsigned char *) and not sizeof(unsigned char[256]) as desired.
sizeof(pas) must be replace by sizeof(Str255), because sizeof(pas) returns sizeof(unsigned char *) and not sizeof(unsigned char[256]) as desired.