Change debian changelog, add -c0 into rules file to prevent symbol whinges, fix point...
authorAlex Bligh <alex@alex.org.uk>
Fri, 14 Sep 2012 12:17:14 +0000 (13:17 +0100)
committerAlex Bligh <alex@alex.org.uk>
Fri, 14 Sep 2012 12:17:14 +0000 (13:17 +0100)
debian/changelog
debian/rules
libfreerdp-core/nego.c

index 5074670..9ba9c55 100644 (file)
@@ -1,3 +1,9 @@
+freerdp (1.0.1-1ubuntu2flexiant1) natty; urgency=low
+
+  * Add backport of preconnect blob changes
+
+ -- Alex Bligh <amb@nimrod-ubuntu>  Fri, 14 Sep 2012 13:15:53 +0100
+
 freerdp (1.0.1-1ubuntu2) precise; urgency=low
 
   * debian/rules: Drop -Skde, autodetection will work fine.
index 179c91b..33d3cb6 100755 (executable)
@@ -18,4 +18,4 @@ override_dh_strip:
        dh_strip --dbg-package=freerdp-dbg
 
 override_dh_makeshlibs:
-       dh_makeshlibs -V -- -c4
+       dh_makeshlibs -V -- -c0
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)