Tobias,
Somehow the patch failes to apply with `git am` with the message "git diff header lacks filename information when removing 1 leading pathname component". I would like to avoid applying it using "git apply" as this strips you as the author. Could you resend it again?
I read the patch again now and somehow a line was wrong:
diff --git config.def.h config.def.h
Instead it should be:
diff --git a/config.def.h b/config.def.h
Changed that, applied and pushed. Thank you. Regards, Aaron -- Web: https://drkhsh.at/ or http://drkhsh5rv6pnahas.onion/ Gopher: gopher://drkhsh.at or gopher://drkhsh5rv6pnahas.onion GPG: 0x7A65E38D55BE96FE Fingerprint: 4688 907C 8720 3318 0D9F AFDE 7A65 E38D 55BE 96FE
