--- sourceforge.net/trunk/rdesktop/licence.c 2002/07/29 19:21:51 73 +++ sourceforge.net/trunk/rdesktop/licence.c 2002/07/29 20:17:10 77 @@ -53,7 +53,7 @@ licence_generate_hwid(uint8 * hwid) { buf_out_uint32(hwid, 2); - strncpy((char *)(hwid + 4), hostname, LICENCE_HWID_SIZE - 4); + strncpy((char *) (hwid + 4), hostname, LICENCE_HWID_SIZE - 4); } /* Present an existing licence to the server */