diff --git a/src/lib/commands/real.c b/src/lib/commands/real.c index b5b959ed..b198e3e5 100644 --- a/src/lib/commands/real.c +++ b/src/lib/commands/real.c @@ -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; }