Changeset 3464 for trunk/macosx/PiecesView.m
- Timestamp:
- Oct 19, 2007, 1:24:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/PiecesView.m
r3383 r3464 35 35 if ((self = [super initWithCoder: decoder])) 36 36 { 37 fTorrent = nil;38 37 fPieces = malloc(MAX_ACROSS * MAX_ACROSS); 39 38 }
Note: See TracChangeset
for help on using the changeset viewer.