X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_python_helper.c;fp=direct%2Fpython%2Fyaffs_python_helper.c;h=b7c6047d4281959c115c284916dfbbb13ccf56cf;hp=14e894bede4404a47e261ff6a121cfc7bab500d3;hb=41573908f821bcb40750e7c069ea8f5178f630e5;hpb=d4264d6b99c4b943c3217347ec73e1f6bef49a63 diff --git a/direct/python/yaffs_python_helper.c b/direct/python/yaffs_python_helper.c index 14e894b..b7c6047 100644 --- a/direct/python/yaffs_python_helper.c +++ b/direct/python/yaffs_python_helper.c @@ -45,8 +45,8 @@ int yaffs_O_WRONLY(void) { return O_WRONLY;} int yaffs_O_RDWR(void) { return O_RDWR;} int yaffs_O_TRUNC(void) { return O_TRUNC;} -int yaffs_set_trace(unsigned int tm) { return yaffs_traceMask=tm; } -int yaffs_get_trace(void) { return yaffs_traceMask; } +int yaffs_set_trace(unsigned int tm) { return yaffs_trace_mask=tm; } +int yaffs_get_trace(void) { return yaffs_trace_mask; } int yaffs_S_IFMT(void){return S_IFMT;} int yaffs_S_IFLNK(void){return S_IFLNK;}