$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52230 - trunk/boost/graph
From: jewillco_at_[hidden]
Date: 2009-04-07 12:08:59
Author: jewillco
Date: 2009-04-07 12:08:58 EDT (Tue, 07 Apr 2009)
New Revision: 52230
URL: http://svn.boost.org/trac/boost/changeset/52230
Log:
Applied change from Dementyev Maxim, fixes #2920
Text files modified:
trunk/boost/graph/read_dimacs.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/graph/read_dimacs.hpp
==============================================================================
--- trunk/boost/graph/read_dimacs.hpp (original)
+++ trunk/boost/graph/read_dimacs.hpp 2009-04-07 12:08:58 EDT (Tue, 07 Apr 2009)
@@ -55,7 +55,7 @@
no_alines=0; /* no of arc-lines */
std::string in_line; /* for reading input line */
- char pr_type[3]; /* for reading type of the problem */
+ char pr_type[4]; /* for reading type of the problem */
char nd; /* source (s) or sink (t) */
int k, /* temporary */