Ticket #1527: options_description.patch

File options_description.patch, 486 bytes (added by Chard, 13 years ago)

patch for #1527

  • X:/boost/trunk/libs/program_options/src/options_description.

    old new  
    422422                    if (first_line)
    423423                    {
    424424                        indent += par_indent;
     425                        line_length -= par_indent; // there's less to work with now
    425426                        first_line = false;
    426427                    }
    427428