commit | 6b61601cc1c3ef5142ac000fcfc98634970d5d12 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Sun Mar 01 12:32:50 2015 +0100 |
committer | Roger Meier <roger@apache.org> | Sun Mar 01 12:32:50 2015 +0100 |
tree | de1781ac44dd5d1e82fce603bb9ee1ee62440c22 | |
parent | 00a4e3e802ea68fd992e1fa0061fe6f3f39872ee [diff] [blame] |
THRIFT-2180 Integer types issues in Cocoa lib on ARM64 CLient: Cocoa Patch: Jeremy W. Sherman This closes #372
diff --git a/lib/cocoa/src/transport/TSocketClient.h b/lib/cocoa/src/transport/TSocketClient.h index 372850f..81a0247 100644 --- a/lib/cocoa/src/transport/TSocketClient.h +++ b/lib/cocoa/src/transport/TSocketClient.h
@@ -28,7 +28,7 @@ } - (id) initWithHostname: (NSString *) hostname - port: (int) port; + port: (UInt32) port; @end