~ahayzen/cappella/cappella10_properties_load_in_thread

« back to all changes in this revision

Viewing changes to cappella/engine/htd32/_workers/file_var/__init__.py

  • Committer: andrew-hayzen
  • Date: 2013-04-29 02:00:06 UTC
  • Revision ID: ahayzen@gmail.com-20130429020006-h9q612l9swpif4gm
* Fixes to downloading podcasts
  * Pull of latest HTD
  * Fixes to unitylauncher and soundmenu plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
                    string.append(d)
50
50
                else:
51
51
                    width = unpack("I", d)[0]
52
 
                    val = file[offset + 4:offset + 4 + width]
 
52
                    val = old_data[offset + 4:offset + 4 + width]
53
53
                    string.extend([d, val])
54
54
        else:  # Value is not null
55
55
            val = data[atts[att]["name"]]