Differences From Artifact [80db5d3058]:
- File src/commands.mm — part of check-in [8edff2c849] at 2025-03-08 12:51:58 on branch trunk — Fix ARG_VARI commands (user: js, size: 11723) [annotate] [blame] [check-ins using]
To Artifact [b241a73010]:
- File src/commands.mm — part of check-in [852e3a48c3] at 2025-03-08 13:12:32 on branch trunk — Pad arguments for commands (user: js, size: 11765) [annotate] [blame] [check-ins using]
︙ | |||
341 342 343 344 345 346 347 348 | 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 | + - + + | } } bool execfile(OFString *cfgfile) { @autoreleasepool { OFString *command; @try { |
︙ |