X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2Fyaffs_browser.py;fp=direct%2Fpython%2Fyaffs_browser.py;h=626bc78fc6ab9df649b63058032d987bb537506f;hp=37245ebf1874b89df6a51d4bb0b89cea0cc3dd10;hb=3f1998726fc46fc97fa242981e7de7181b46fd8c;hpb=8d2dcd0ff2f29c07eca62bc4bc3d83e2cafbc264 diff --git a/direct/python/yaffs_browser.py b/direct/python/yaffs_browser.py index 37245eb..626bc78 100755 --- a/direct/python/yaffs_browser.py +++ b/direct/python/yaffs_browser.py @@ -70,7 +70,7 @@ class editor(): length_of_file=yaffs_lseek(self.yaffs_handle, 0, 2) ##seeks to the end of the file yaffs_lseek(self.yaffs_handle, 0, 0)## returns the handle to the front of th file print "length of file to be opened:", length_of_file - if isLink==True: + if isLink==True and False ==True : ##this alows the symlink to be edited and is no longer used. to renable it delete "and False ==True" print "opening symlink" self.file_contents=ctypes.create_string_buffer(1000) yaffs_readlink(self.file_path,self.file_contents,1000)