utils: replace FATAL by malloc_or_die
authorRan Benita <ran234@gmail.com>
Fri, 20 Jul 2012 14:20:35 +0000 (17:20 +0300)
committerRan Benita <ran234@gmail.com>
Sun, 22 Jul 2012 21:45:34 +0000 (00:45 +0300)
commit71c2f2e0e2dce7e3ada36ee7399421eb18a2e302
treee1b53e57b23e99b6fa6254c845fd30f5f089beb7
parent58f8d2c151d95bb920d346dcae3e6c429789f257
utils: replace FATAL by malloc_or_die

"Out of memory" is enough in this case. If we want to be OOM-safe this
makes it clear where to begin.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/utils.c
src/utils.h
src/xkbcomp/parseutils.c