]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix rename detection.
authorAndre Noll <maan@systemlinux.org>
Sat, 24 Nov 2007 13:19:21 +0000 (14:19 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 24 Nov 2007 13:19:21 +0000 (14:19 +0100)
commitc195a65dc54ef2ad7f0e96fa63d45a580a3dac37
tree58886096c7ba2cb530b3709028eb3f022007d075
parent3de174c3e5798a520b7e1df79a1e26898a94b29e
Fix rename detection.

If a file is renamed and re-added the old code would segfault because of
a NULL pointer dereference in save_chunk_table(). Fix is trivial.
aft.c