]> git.ipfire.org Git - thirdparty/sarg.git/commit - filelist.c
Fix a problem with log file names storage
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Wed, 8 Oct 2014 18:54:40 +0000 (20:54 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Wed, 8 Oct 2014 18:54:40 +0000 (20:54 +0200)
commit0691fa241b8026d16d5885b2b573eddcff897f10
tree4e0738817114a6960717eaf6e9e216d34f8f6fa6
parent26810f862ac630dbbc19d1c7eb1f084d2dff54f5
Fix a problem with log file names storage

Log file names are stored in a tree to save space. They have to be merged
back when the full file name is required. But an error prevented the file
name from being reconstructed if two files were stored in different
directories and one node of the tree has a lower depth than the next
one.
filelist.c