yaffs Added some more tests to timothy_tests.
[yaffs2.git] / direct / timothy_tests / quick_tests / test_yaffs_write_big_file.c
index 829204c78fd9c94aef467bd89c5b45d97852defa..a17dd8944a63cc391e7e3ef09b1a7e56204d96d4 100644 (file)
@@ -38,7 +38,7 @@ int test_yaffs_write_big_file(void)
                return -1;
        }
        
-       strcat(file_name,YAFFS_MOUNT_POINT);
+       strcpy(file_name,YAFFS_MOUNT_POINT);
        for (x=strlen(YAFFS_MOUNT_POINT); x<file_name_length -1; x++){
                file_name[x]='a';
        }