From cd2f3a3a5ced48353575f602bd3f8d5c29618ec4 Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Tue, 7 Apr 2009 16:08:58 +0000 Subject: [PATCH] Applied change from Dementyev Maxim, fixes #2920 [SVN r52230] --- include/boost/graph/read_dimacs.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/graph/read_dimacs.hpp b/include/boost/graph/read_dimacs.hpp index 2100b316..f31482a4 100644 --- a/include/boost/graph/read_dimacs.hpp +++ b/include/boost/graph/read_dimacs.hpp @@ -55,7 +55,7 @@ int read_dimacs_max_flow(Graph& g, 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 */