Change debian changelog, add -c0 into rules file to prevent symbol whinges, fix point...
[freerdp-ubuntu-pcb-backport.git] / libfreerdp-core / nego.c
index 64bde26..043fa2c 100644 (file)
@@ -206,7 +206,7 @@ boolean nego_send_preconnection_pdu(rdpNego* nego)
        STREAM* s;
        uint32 cbSize;
        UNICONV* uniconv;
-       uint16 cchPCB_times2 = 0;
+       size_t cchPCB_times2 = 0;
        char* wszPCB = NULL;
 
        if(!nego->send_preconnection_pdu)