Differences From Artifact [bdc0c01493]:
- File src/commands.mm — part of check-in [caec4df75e] at 2025-03-08 14:48:53 on branch trunk — Fix concatword (user: js, size: 11601) [annotate] [blame] [check-ins using]
To Artifact [0afcae2b92]:
- File
src/commands.mm
— part of check-in
[b8dd9a3d27]
at
2025-03-09 00:27:20
on branch trunk
— commands.mm: Remove stray break
This was from when a switch was used before. (user: js, size: 11589) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
275 276 277 278 279 280 281 | OFString *t = [OFString stringWithFormat:@"arg%d", i]; alias(t, w[i]); } val = execute( [identifier action], isDown); | < | 275 276 277 278 279 280 281 282 283 284 285 286 287 288 | OFString *t = [OFString stringWithFormat:@"arg%d", i]; alias(t, w[i]); } val = execute( [identifier action], isDown); } } } return val; } } |
︙ | ︙ |