Overview
| Comment: | OFEmbeddedFileURLHandler: Fix missing include |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
ce151e34d073125160c832ccfebfeebb |
| User & Date: | js on 2022-08-01 23:39:36 |
| Other Links: | manifest | tags |
Context
|
2022-08-01
| ||
| 23:44 | tests: Make BSD make happy again (check-in: 849bdd8662 user: js tags: trunk) | |
| 23:39 | OFEmbeddedFileURLHandler: Fix missing include (check-in: ce151e34d0 user: js tags: trunk) | |
| 21:25 | tests: Remove dependency on files for a few tests (check-in: 71d2ab694e user: js tags: trunk) | |
Changes
Modified src/OFEmbeddedFileURLHandler.m from [d67588543e] to [6492351f08].
| ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + | * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #include "config.h" #include <errno.h> #include <stdlib.h> #include <string.h> #import "OFEmbeddedFileURLHandler.h" #import "OFMemoryStream.h" #import "OFURL.h" |
| ︙ |