delta: fix adding new savedir.
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 1 Apr 2015 12:44:23 +0000 (20:44 +0800)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 3 Apr 2015 18:42:14 +0000 (20:42 +0200)
commit13d32e6df1c3949459c8821b7a03ec13d92e9bf1
treee527e44e90ad005de5c039ee22515bf1e6be4fc0
parentc24ff81c286698bf0cb4b80ba522b3ab7ee85de9
delta: fix adding new savedir.

Newly added savedir should be at the last position while
uci_add_delta_path() will add it to the position second to the last.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
delta.c