Ticket #2920: pr_type.patch

File pr_type.patch, 591 bytes (added by Dementyev Maxim <orofarne@…>, 14 years ago)
  • boost/graph/read_dimacs.hpp

     
    5555    no_alines=0;                /* no of arc-lines */
    5656
    5757  std::string in_line;          /* for reading input line */
    58   char pr_type[3];              /* for reading type of the problem */
     58  char pr_type[4];              /* for reading type of the problem */
    5959  char nd;                      /* source (s) or sink (t) */
    6060
    6161  int k,                        /* temporary */