]> git.ipfire.org Git - thirdparty/sarg.git/commit
Simplify the code to create the report directory
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 12 Jul 2015 18:37:47 +0000 (20:37 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Sun, 12 Jul 2015 18:37:47 +0000 (20:37 +0200)
commitb2c1a7b4e9fb48630ad906a69e567c3d120c8925
tree8d181e04d3dd993cb2d15bb18d285865e49a92ba
parente9390734d9ba81d9c0ed5a3cb992f684b26a022e
Simplify the code to create the report directory

There were too many string copying in that code and the code path was
needlessly duplicated depending on the type of index tree to generate.
documentation/util.txt
include/defs.h
report.c
util.c