]> Sergey Matveev's repositories - nnn.git/commit
fix incorrect usage of sizeof
authorNRK <nrk@disroot.org>
Wed, 1 Jun 2022 13:57:09 +0000 (19:57 +0600)
committerNRK <nrk@disroot.org>
Thu, 2 Jun 2022 09:44:31 +0000 (15:44 +0600)
commit5ae3891ee57dd4574d923af15c0c2bf181bb7557
treeb72f0a7ac526ce491965eae82f8a07a26ba9104c
parent01ab453cffd10a8ed3a25f7dbea1f4b042d88a8f
fix incorrect usage of sizeof

`sizeof(cmd)` here would give the sizeof a char pointer, not the sizeof
the cp/mv array.
src/nnn.c