]> git.tuebingen.mpg.de Git - paraslash.git/commit
play.c: Replace NULL check by assertion.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 13 May 2024 21:32:52 +0000 (23:32 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 16 May 2024 23:45:28 +0000 (01:45 +0200)
commit06d1d165f80eff7d7d690829693cc4c390db8939
treef73d887bdddb5a6955df263537036fad8a7dfd98
parent71dedef6671266196a93a83292002551e15559b7
play.c: Replace NULL check by assertion.

If p is NULL, kma contains no colon, and we should not be here in the
first place. Instead, we should have errored out much earlier in the
command line parser.

Suggested-by: gcc(1)
play.c