comparison src/pr-output.cc @ 1899:2f19333b1e72

[project @ 1996-02-09 17:46:58 by jwe]
author jwe
date Fri, 09 Feb 1996 17:46:58 +0000
parents e62277bf5fe0
children 0e6a0a271998
comparison
equal deleted inserted replaced
1898:750e5d190404 1899:2f19333b1e72
1585 set_format_style (int argc, const string_vector& argv) 1585 set_format_style (int argc, const string_vector& argv)
1586 { 1586 {
1587 int idx = 1; 1587 int idx = 1;
1588 string arg = argv[idx++]; 1588 string arg = argv[idx++];
1589 1589
1590 if (argc > 1) 1590 if (--argc > 0)
1591 { 1591 {
1592 if (arg == "short") 1592 if (arg == "short")
1593 { 1593 {
1594 if (--argc > 0) 1594 if (--argc > 0)
1595 { 1595 {