mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-06-20 22:22:43 +00:00
getatom: fix potential uninitialized atom variable
The getatom function returns the atom variable, which is only initialized in case of a success. This results in a maybe-uninitialized warning/error. After this commit, now a zero value is returned in case of error.
This commit is contained in:
Reference in New Issue
Block a user