diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-08-18 23:41:37 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-08-18 23:41:37 -0400 |
commit | 5787bd8ec03e93e90dd90d5fbcb66bdb49a07a84 (patch) | |
tree | 960eb7142debcdd011307e946e87af2519cd472e /lib/sisu/v0/shared_txt.rb | |
parent | rsync, replace --delete-after with --delete (diff) |
a bit of a cleanup, and change reference to null to ordinary
Diffstat (limited to 'lib/sisu/v0/shared_txt.rb')
-rw-r--r-- | lib/sisu/v0/shared_txt.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/sisu/v0/shared_txt.rb b/lib/sisu/v0/shared_txt.rb index 484a5f05..41d6d815 100644 --- a/lib/sisu/v0/shared_txt.rb +++ b/lib/sisu/v0/shared_txt.rb @@ -228,8 +228,7 @@ module SiSU_text_parts_flatfile attr_reader :format,:text,:ocn,:lev_para_ocn def initialize(md,para) @md,@para=md,para - @format,@ocn='null','null' - #@format,@ocn=nil,nil + @format,@ocn='ordinary','ordinary' @@dl ||=SiSU_Env::Info_env.new.digest.length end def lev_segname_para_ocn |