]> Sergey Matveev's repositories - nnn.git/commit
fix: properly update mode after xchmod
authorNRK <nrk@disroot.org>
Fri, 26 May 2023 13:27:07 +0000 (19:27 +0600)
committerNRK <nrk@disroot.org>
Fri, 26 May 2023 13:31:00 +0000 (19:31 +0600)
commitb2b830e69d30f2a6c0ed95e37e0f04bacb9c8c95
tree42e64a86d2e7ef773ff02f754f566548b0aa1cdc
parent4149a2619d8eca7dde0f9363c156e68fe4b955b7
fix: properly update mode after xchmod

xchmod now returns the new mode through a pointer, no need to assume all
executable bits were toggled.

Closes: https://github.com/jarun/nnn/issues/1657
src/nnn.c