]> git.tuebingen.mpg.de Git - paraslash.git/commit
play.c: Replace NULL check by assertion. master
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 13 May 2024 21:32:52 +0000 (23:32 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 26 May 2024 16:12:45 +0000 (18:12 +0200)
commit4e7de83d81baee96116e823f29926222661ceb15
tree6656e73aef301de072c0aa06b42f69e7b7450d67
parent05a0de6800ab6dc66a62bffaf3a137b4fd192b4b
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