Author: paullanders
Date: Tue Oct 18 22:19:08 2016
New Revision: 40159
URL: http://svn.gna.org/viewcvs/gnustep?rev=40159&view=rev
Log:
fix types in messageport
Modified:
libs/base/branches/gnustep_testplant_branch/Source/win32/NSMessagePort.m
Modified:
libs/base/branches/gnustep_testplant_branch/Source/win32/NSMessagePort.m
URL:
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/win32/NSMessagePort.m?rev=40159&r1=40158&r2=40159&view=diff
==============================================================================
--- libs/base/branches/gnustep_testplant_branch/Source/win32/NSMessagePort.m
(original)
+++ libs/base/branches/gnustep_testplant_branch/Source/win32/NSMessagePort.m
Tue Oct 18 22:19:08 2016
@@ -974,10 +974,10 @@
}
- (BOOL) sendBeforeDate: (NSDate*)when
- msgid: (int)msgId
+ msgid: (NSInteger)msgId
components: (NSMutableArray*)components
from: (NSPort*)receivingPort
- reserved: (unsigned)length
+ reserved: (NSUInteger)length
{
NSMutableData *h = nil;
NSMutableData *first;
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs