Hello everybody!

I'm sorry to say that I forgot to commit a bugfix in 1.1.12 that gets
triggered by copying directory structures.

The fix is committed now; the patch is in this mail, too. Just apply, and
re-make.


Regards,

Phil


Index: src/waa.c
===================================================================
--- src/waa.c
+++ src/waa.c
@@ -2487,11 +2487,9 @@ int waa__copy_entries(struct estat *src,
        to_append=NULL;
        status=0;

-       if (!S_ISDIR(src->st.mode))
-       {
                ops__copy_single_entry(src, dest);
+       if (!S_ISDIR(src->st.mode))
                goto ex;
-       }


        append_count=0;


-- 
Versioning your /etc, /home or even your whole installation?
             Try fsvs (fsvs.tigris.org)!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to