AtlatestRepositorysigil-audio
sigil-audio / tree / src / cDL-SEARCH-ORIGIN.md
1
# dl-search.c is a copy3
`dl-search.c` (and `test/dl-search-probe.c`, `test/dl-search-test.sh`) is4
sigil-desktop's `src/c/dl-search.c`, byte for byte (sigil-desktop records the same hash in its own `src/c/DL-SEARCH-ORIGIN.md`, so a change on either side reddens a test), configured here with5
`-DSIGIL_DL_SEARCH_INTERPOSE=0` and the `sigil_audio_*` names (see6
`package.sgl`). The one file serves both packages because a program may7
link either without the other (a game links both; motif's CLI links only8
sigil-audio), and a shared package for 200 lines would cost a repository9
and a release cycle in every consumer. Two copies with recorded10
provenance is the estate's vendoring rule applied to its own code.12
Origin: sigil-desktop `src/c/dl-search.c`, sha25614
c3495d28b963ff5defe58375153c96e4d9e86ced6b9d3e4fa1fbb234bac3881a16
Change it in sigil-desktop first, copy it here, update this hash;17
`test/dl-search-test.sh` refuses a copy whose hash differs from the one18
recorded here.