[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSThread and problem posting notification
From: |
Philippe Roussel |
Subject: |
Re: NSThread and problem posting notification |
Date: |
Mon, 05 Mar 2012 14:55:52 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 |
Le 05/03/2012 14:36, Lucas Schnorr a écrit :
Hi Philippe,
On 03/05/2012 12:46 PM, Philippe Roussel wrote:
Could you try with the following patch ?
Index: Source/NSConnection.m
===================================================================
--- Source/NSConnection.m (révision 34875)
+++ Source/NSConnection.m (copie de travail)
It works perfectly.
Great, thanks for testing.
Maybe we should replace others unsigned types by NSUInteger?
I think it would fix other bugs that appear in Linux machines.
Yep, someone should probably verify that other conversions like this
hadn't been missed.
Philippe