diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-14 15:13:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-14 15:13:48 +0000 |
| commit | 972d33c500c9de02aa007440f665637e455610c1 (patch) | |
| tree | 5956c54b3b97ab10b61fd1383cfd12de15959214 /tools | |
| parent | 65244fb9190e6d0aefc83c9cc4de83b1df18001d (diff) | |
Forward-port some stuff from 0.x.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dumpsubs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dumpsubs.cc b/tools/dumpsubs.cc index d8fb0c2..fef3885 100644 --- a/tools/dumpsubs.cc +++ b/tools/dumpsubs.cc @@ -93,7 +93,7 @@ main (int argc, char* argv[]) if (j->vertical_position.proportional) { cout << j->vertical_position.proportional.get() << " of screen"; } else if (j->vertical_position.line) { - cout << j->vertical_position.line.get() << " lines"; + cout << j->vertical_position.line.get() << " lines of " << j->vertical_position.lines.get(); } if (j->vertical_position.reference) { cout << " from "; |
