[PyObjC-svn] r2164 - trunk/pyobjc/pyobjc-core/Modules/objc

[email protected]
Newsgroups gmane.comp.python.pyobjc.cvs
Message-ID <[email protected]>
Author: ronaldoussoren
Date: Tue Apr 14 13:51:13 2009
New Revision: 2164

Log:
Improve struct initialization


Modified:
   trunk/pyobjc/pyobjc-core/Modules/objc/struct-wrapper.m

Modified: trunk/pyobjc/pyobjc-core/Modules/objc/struct-wrapper.m
==============================================================================
--- trunk/pyobjc/pyobjc-core/Modules/objc/struct-wrapper.m	(original)
+++ trunk/pyobjc/pyobjc-core/Modules/objc/struct-wrapper.m	Tue Apr 14 13:51:13 2009
@@ -418,6 +418,7 @@
 		case _C_SHT: case _C_USHT:
 		case _C_INT: case _C_UINT:
 		case _C_LNG: case _C_ULNG:
+		case _C_LNG_LNG: case _C_ULNG_LNG:
 			v = PyInt_FromLong(0);
 			break;
 

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.