buffering updates

This commit is contained in:
leitner 2001-11-25 22:54:00 +00:00
parent f6d554da10
commit caf0b55872

View File

@ -5,7 +5,7 @@
void byte_copy(void* out, unsigned int len, const void* in) {
register char* s=out;
register const char* t=in;
register const char* u=u+len;
register const char* u=t+len;
if (len>127) {
if (sizeof(unsigned long)>4) { /* a good compiler should optimize this check away */
for (;(unsigned long)t&7;) {