JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
using malloc() instead of calloc() and sticking to static initializer and struct...
authorAnselm R Garbe <garbeam@gmail.com>
Mon, 8 Sep 2008 21:24:05 +0000 (22:24 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Mon, 8 Sep 2008 21:24:05 +0000 (22:24 +0100)
commit53cac176928b67db4eb551295291ab09650927eb
tree79c695612a4255eb24d5448be7a93ec01b510464
parent83abfc05eb5a1e6ee762ce2921d9d5270e40c9ee
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
dwm.c