X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/af1fcfcf8c78f03127d3929b49330cc191259487..f53b25adbb0e87abd41713a586d3c723ebeb8ff0:/ITByteStream.m diff --git a/ITByteStream.m b/ITByteStream.m index b5554e1..3a878f3 100755 --- a/ITByteStream.m +++ b/ITByteStream.m @@ -97,7 +97,7 @@ [delegate newDataAdded:self]; } --(void) writeBytes:(char *)b len:(long)length +-(void) writeBytes:(in char *)b len:(long)length { [lock lock]; [data appendBytes:b length:length];