X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fmisc.c;h=cc2fef85a6c5781904ea9ca496c6ea26de9b1bb9;hb=29a6964af3e1baabe978ce608e0466e1250d08ab;hp=aecf4389754dc399d477d9045406aaa83b6ba4bb;hpb=a2e0cd0c0593b7084fbe47d46ddab945cd24af02;p=chaz%2Ftar diff --git a/src/misc.c b/src/misc.c index aecf438..cc2fef8 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,7 +1,7 @@ /* Miscellaneous functions, not really specific to GNU tar. Copyright 1988, 1992, 1994-1997, 1999-2001, 2003-2007, 2009-2010, - 2012-2013 Free Software Foundation, Inc. + 2012-2014 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the @@ -1239,7 +1239,7 @@ tar_savedir (const char *name, int must_exist) open_error (name); } else if (! ((dir = fdopendir (fd)) - && (ret = streamsavedir (dir)))) + && (ret = streamsavedir (dir, savedir_sort_order)))) savedir_error (name); if (dir ? closedir (dir) != 0 : 0 <= fd && close (fd) != 0)