2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-19 04:12:11 +00:00

Applied change from Dementyev Maxim, fixes #2920

[SVN r52230]
This commit is contained in:
Jeremiah Willcock
2009-04-07 16:08:58 +00:00
parent 03532e0d20
commit cd2f3a3a5c

View File

@@ -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 */