• Show log

    Commit

  • Hash : e4029c52
    Author : nulltoken
    Date : 2011-02-28T12:33:47

    Added copydir_recurs() to test_helpers.c
    
    Test helper function which recursively copies the content of a
    directory. This function has been tweaked to prevent stack overflows by
    reusing the same path buffers on all recursive calls.