(real): Fix the previous revision.

This commit is contained in:
Markus Armbruster 2006-01-14 15:20:24 +00:00
parent 4898eb65e5
commit 8b047abe53

View file

@ -102,9 +102,9 @@ real(void)
realm.r_xh = abs.hx - 1;
realm.r_yl = abs.ly;
realm.r_yh = abs.hy - 1;
list_realm(curr, natp);
realm.r_timestamp = time(NULL);
putrealm(&realm);
list_realm(curr, natp);
}
return RET_OK;
}