Differences From Artifact [572b41b936]:
- File src/clientextras.m — part of check-in [0e7605d101] at 2025-03-20 22:40:48 on branch trunk — Fix all warnings (user: js, size: 5485) [annotate] [blame] [check-ins using]
To Artifact [ff738c9cd3]:
- File src/clientextras.m — part of check-in [e79356d2a6] at 2025-03-20 23:02:06 on branch trunk — Fix -Wgnu-folding-constant (user: js, size: 5473) [annotate] [blame] [check-ins using]
︙ | |||
118 119 120 121 122 123 124 | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | - + | scoreLines = [[OFMutableArray alloc] init]; [scoreLines addObject:line]; menumanual(0, scoreLines.count - 1, line); } |
︙ |