fix from Lindsey

This commit is contained in:
ceriel 1988-11-24 09:23:51 +00:00
parent 982138b8da
commit 3d6ab89bc1
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;