mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
3950041801
Open theme files directly instead of probing them with access() first in commands /theme apply, /theme rename and /theme info. The renamed file is now created with O_CREAT | O_EXCL so an existing theme is never clobbered.