Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3229

Show
Ignore:
Timestamp:
02/19/08 03:16:05 (4 years ago)
Author:
kris
Message:

fixes #926. Thanks Don :)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/core/ByteSwap.d

    r3209 r3229  
    182182                      p[5] = b; 
    183183 
    184                       p += real.sizeof
    185                       bytes -= real.sizeof
     184                      p += 10
     185                      bytes -= 10
    186186                      } 
    187187        }