Changeset 187 for branches/client-1.5/src/smbwrp.c
- Timestamp:
- May 5, 2009, 4:39:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-1.5/src/smbwrp.c
r179 r187 1711 1711 // YD currently Samba return it in MB! 1712 1712 pfsa->cSectorUnit = 1; 1713 if (bsize > 65536)1713 if (bsize >= 65536) 1714 1714 { 1715 1715 pfsa->cUnit = total*1024;
Note:
See TracChangeset
for help on using the changeset viewer.