mirror of
https://github.com/gryf/wmaker.git
synced 2026-04-12 02:53:31 +02:00
Initialized variables that are conditionally set. In particular, this construct is dangerous: void *p; if (something) p = couldReturnNull(); if (!p) p = fallbackFunction();
55 KiB
55 KiB