diff options
author | sabetts <sabetts> | 2004-12-04 17:43:44 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2004-12-04 17:43:44 +0000 |
commit | 756c0c5c6fb8f17f080f7b126ec4f4e42da1e5f2 (patch) | |
tree | ebf6d76702f8fbf018256acc039b8d740f7d65cb /src | |
parent | efd915268006959e51e21585f73925a0a8cf8b7b (diff) | |
download | ratpoison-756c0c5c6fb8f17f080f7b126ec4f4e42da1e5f2.zip |
use a hyphen instead of underscore for f->last_access.
Diffstat (limited to 'src')
-rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index 531258b..90b5990 100644 --- a/src/frame.c +++ b/src/frame.c @@ -171,7 +171,7 @@ frame_dump (rp_frame *frame) win = find_window_number (frame->win_number); s = sbuf_new (0); - sbuf_printf (s, "(frame :number %d :x %d :y %d :width %d :height %d :window %ld :last_access %d :dedicated %d)", + sbuf_printf (s, "(frame :number %d :x %d :y %d :width %d :height %d :window %ld :last-access %d :dedicated %d)", frame->number, frame->x, frame->y, |