Loading py/__pycache__/sopdsparse.cpython-33.pyc +421 B (10.1 KiB) File changed.No diff preview for this file type. View original file View changed file py/sopdsparse.py +2 −1 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ class fb2tag: self.index-=1 if self.process_value: if self.value_size!=0: if len(self.current_value)>self.value_size: self.current_value=self.current_value[:self.value_size] self.values.append(self.current_value) self.current_value='' Loading Loading
py/__pycache__/sopdsparse.cpython-33.pyc +421 B (10.1 KiB) File changed.No diff preview for this file type. View original file View changed file
py/sopdsparse.py +2 −1 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ class fb2tag: self.index-=1 if self.process_value: if self.value_size!=0: if len(self.current_value)>self.value_size: self.current_value=self.current_value[:self.value_size] self.values.append(self.current_value) self.current_value='' Loading