When parsing action files, use strdup_or_die() instead of strdup()
authorFabian Keil <fk@fabiankeil.de>
Sun, 11 Nov 2012 12:36:45 +0000 (12:36 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 11 Nov 2012 12:36:45 +0000 (12:36 +0000)
commit34810d73c348ce7f77f150feb95d0f9a22814077
tree90a6f1fb206028fc0540a64cc9d312e7c6b98776
parent57359624a31a97c3e9b79c17527012c2ae4a9b53
When parsing action files, use strdup_or_die() instead of strdup()

It simplifies the code, the input is trusted and errors
are already fatal anyway.
actions.c