]> granicus.if.org Git - cgit/commit
ui-blob: remove useless null check
authorJohn Keeping <john@keeping.me.uk>
Thu, 8 Oct 2015 22:23:58 +0000 (23:23 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 9 Oct 2015 08:54:38 +0000 (10:54 +0200)
commit509488d85c06c66eb65bc4809f6e317c1ebe1d7a
tree9debf4331a55d57a74338abbf97d1619be20e39d
parent687cdf69689edcaff8e9035af93baf1a9e71cf32
ui-blob: remove useless null check

We have already called strlen() on "path" by the time we get here, so we
know it can't be null.

Coverity-id: 13954
Signed-off-by: John Keeping <john@keeping.me.uk>
ui-blob.c