fix from Lindsey
This commit is contained in:
parent
89cb15bcbe
commit
0b707bc8b8
@ -392,7 +392,7 @@ put(l,sz)
|
|||||||
long l;
|
long l;
|
||||||
{
|
{
|
||||||
char buf[10];
|
char buf[10];
|
||||||
register char *p;
|
register char *p = buf;
|
||||||
|
|
||||||
*p++ = l >> 24;
|
*p++ = l >> 24;
|
||||||
*p++ = l >> 16;
|
*p++ = l >> 16;
|
||||||
|
|||||||
@ -392,7 +392,7 @@ put(l,sz)
|
|||||||
long l;
|
long l;
|
||||||
{
|
{
|
||||||
char buf[10];
|
char buf[10];
|
||||||
register char *p;
|
register char *p = buf;
|
||||||
|
|
||||||
*p++ = l >> 24;
|
*p++ = l >> 24;
|
||||||
*p++ = l >> 16;
|
*p++ = l >> 16;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user