Change a ssplit() call to use SZ(array) as the third parameter instead of the hardcoded 3
authorFabian Keil <fk@fabiankeil.de>
Sun, 22 May 2011 10:21:54 +0000 (10:21 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 22 May 2011 10:21:54 +0000 (10:21 +0000)
commit852619ffa475b7860d7beb0aec340c64df974e8a
treee0c1ef28062322c80b7a2cebaf7f92a8ba86bd17
parenta36a2c91c4b34c27041e725676f25888031c2571
Change a ssplit() call to use SZ(array) as the third parameter instead of the hardcoded 3

Silences a clang complaint now that the ssplit() prototype has been fixed.
actions.c