X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Fyaffs_fileem2k.c;h=915700a352f2470eee6d0489dfc425ffac940238;hb=d8675be9fabcfb48c92ba0e818762d69299c7b7c;hp=82a00a255b91b0417c6ac7a79705855f803d8dad;hpb=40c386c7a14ebfa8afc14562f3b33a416831b26d;p=yaffs2.git diff --git a/direct/yaffs_fileem2k.c b/direct/yaffs_fileem2k.c index 82a00a2..915700a 100644 --- a/direct/yaffs_fileem2k.c +++ b/direct/yaffs_fileem2k.c @@ -16,7 +16,7 @@ * This is only intended as test code to test persistence etc. */ -const char *yaffs_flashif2_c_version = "$Id: yaffs_fileem2k.c,v 1.14 2008-07-02 20:17:41 charles Exp $"; +const char *yaffs_flashif2_c_version = "$Id: yaffs_fileem2k.c,v 1.16 2009-01-12 00:49:01 charles Exp $"; #include "yportenv.h" @@ -71,7 +71,7 @@ static __u8 localBuffer[PAGE_SIZE]; static char *NToName(char *buf,int n) { - sprintf(buf,"emfile2k%d",n); + sprintf(buf,"emfile-2k-%d",n); return buf; }