fix from Lindsey
This commit is contained in:
parent
982138b8da
commit
3d6ab89bc1
|
@ -392,7 +392,7 @@ put(l,sz)
|
|||
long l;
|
||||
{
|
||||
char buf[10];
|
||||
register char *p;
|
||||
register char *p = buf;
|
||||
|
||||
*p++ = l >> 24;
|
||||
*p++ = l >> 16;
|
||||
|
|
|
@ -392,7 +392,7 @@ put(l,sz)
|
|||
long l;
|
||||
{
|
||||
char buf[10];
|
||||
register char *p;
|
||||
register char *p = buf;
|
||||
|
||||
*p++ = l >> 24;
|
||||
*p++ = l >> 16;
|
||||
|
|
Loading…
Reference in a new issue