/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/_walkdirs_win32.pyx

  • Committer: John Arbash Meinel
  • Date: 2008-10-23 18:26:30 UTC
  • mto: This revision was merged to the branch mainline in revision 3793.
  • Revision ID: john@arbash-meinel.com-20081023182630-j9ji3cjanxrxmoni
Quick fix for win32 extension.

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
        statvalue.st_ctime = _ftime_to_timestamp(&data.ftCreationTime)
188
188
        statvalue.st_mtime = _ftime_to_timestamp(&data.ftLastWriteTime)
189
189
        statvalue.st_atime = _ftime_to_timestamp(&data.ftLastAccessTime)
190
 
        statvalue.st_size = _get_size(data)
 
190
        statvalue._st_size = _get_size(data)
191
191
        statvalue.st_ino = 0
192
192
        statvalue.st_dev = 0
193
193
        return statvalue