about summary refs log tree commit diff
path: root/ui.c
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2021-06-12 23:38:38 +0000
committerJune McEnroe <june@causal.agency>2021-06-13 14:04:48 -0400
commit4c0cdae4e5c4b81ca363c9ee48e423df0850fb29 (patch)
tree9671093f736a4777c6ce60c7cfc319a6564291f3 /ui.c
parentOpenBSD: no need to read data files (logs) (diff)
downloadcatgirl-4c0cdae4e5c4b81ca363c9ee48e423df0850fb29.tar.gz
catgirl-4c0cdae4e5c4b81ca363c9ee48e423df0850fb29.zip
Exit on data directory creation error
No point in creating (sub)directories when the given root failed already
as is the case when e.g. XDG_DATA_HOME/catgirl/ itself is bogus
(cleaned stderr intermangled with ncurses setup/catgirl output):

	$ env -i TERM=xterm XDG_DATA_HOME=/ ./catgirl -h irc.hackint.eu -n nobody -l
	catgirl: //catgirl/: Permission denied
	catgirl: //catgirl/log: No such file or directory
	catgirl: //catgirl/log/hackint: No such file or directory
	catgirl: //catgirl/log/hackint/NickServ: No such file or directory
	catgirl: //catgirl/: Permission denied
	catgirl: //catgirl/log/hackint/NickServ/2021-06-13.log: No such file or directory
Diffstat (limited to 'ui.c')
0 files changed, 0 insertions, 0 deletions