Differences From Artifact [074abf7ae2]:
- File src/MD2.mm — part of check-in [6f5dd50626] at 2025-03-08 02:38:40 on branch trunk — Improve clang-format (user: js, size: 5024) [annotate] [blame] [check-ins using]
To Artifact [18fb7f56bd]:
- File src/MD2.mm — part of check-in [4d3e209260] at 2025-03-09 21:33:54 on branch trunk — Clean up serverbrowser.mm (user: js, size: 5022) [annotate] [blame] [check-ins using]
︙ | |||
59 60 61 62 63 64 65 | 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | - + | @try { stream = (OFSeekableStream *)[[OFIRIHandler handlerForIRI:IRI] openItemAtIRI:IRI mode:@"r"]; } @catch (id e) { return false; } |
︙ |