Tag
- Commit:
53cac176928b67db4eb551295291ab09650927eb(tags/5.2)- Tagger:
- Anselm R Garbe <garbeam@gmail.com>
- Date:
- Message:
- using malloc() instead of calloc() and sticking to static initializer and struct assignment, not using *c = (Client){}; right now to avoid some ugly gcc warning, possibly a gcc bug since we are using -std=c99
using malloc() instead of calloc() and sticking to static initializer and struct assignment, not using *c = (Client){}; right now to avoid some ugly gcc warning, possibly a gcc bug since we are using -std=c99
