fix from Lindsey
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user