Merge branch 'time_upgrade'
[yaffs2.git] / direct / test-framework / timothy_tests / quick_tests / lib.c
index 4edc19e59367caa498e5b14e94f389a5d59b1fa1..2063d2c667e701dcc1b02c0fa458bd81ba8a04b2 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
@@ -137,7 +136,7 @@ int delete_dir(char *dir_name)
        yaffs_DIR *d;
        struct yaffs_dirent *de;
        struct yaffs_stat s;
-       char str[100];
+       char str[300];
        d = yaffs_opendir(dir_name);
        //printf("%s\n",dir_name);
        if(!d)