[Python-modules-commits] r11279 - in packages/pysilc/trunk/debian/patches (client_id.diff)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Sun Jan 24 16:24:32 UTC 2010


    Date: Sunday, January 24, 2010 @ 16:24:31
  Author: stefanor-guest
Revision: 11279

Line-length tweak to r11278

Modified:
  packages/pysilc/trunk/debian/patches/client_id.diff

Modified: packages/pysilc/trunk/debian/patches/client_id.diff
===================================================================
--- packages/pysilc/trunk/debian/patches/client_id.diff	2010-01-24 16:14:16 UTC (rev 11278)
+++ packages/pysilc/trunk/debian/patches/client_id.diff	2010-01-24 16:24:31 UTC (rev 11279)
@@ -13,7 +13,7 @@
 -        char buf[224];
 -        memcpy(&buf, &(pyuser->silcobj->id), 224);
 -        value = PyString_FromStringAndSize(buf, 224);
-+        value = PyString_FromStringAndSize(&(pyuser->silcobj->id), sizeof(struct SilcClientIDStruct));
++        value = PyString_FromStringAndSize(&(pyuser->silcobj->id), sizeof(SilcClientID));
          goto cleanup;
      }
  




More information about the Python-modules-commits mailing list