(real): Fix the previous revision.
This commit is contained in:
parent
4898eb65e5
commit
8b047abe53
1 changed files with 1 additions and 1 deletions
|
@ -102,9 +102,9 @@ real(void)
|
||||||
realm.r_xh = abs.hx - 1;
|
realm.r_xh = abs.hx - 1;
|
||||||
realm.r_yl = abs.ly;
|
realm.r_yl = abs.ly;
|
||||||
realm.r_yh = abs.hy - 1;
|
realm.r_yh = abs.hy - 1;
|
||||||
list_realm(curr, natp);
|
|
||||||
realm.r_timestamp = time(NULL);
|
realm.r_timestamp = time(NULL);
|
||||||
putrealm(&realm);
|
putrealm(&realm);
|
||||||
|
list_realm(curr, natp);
|
||||||
}
|
}
|
||||||
return RET_OK;
|
return RET_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue