Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
cafbbdb1
Commit
cafbbdb1
authored
Mar 15, 2001
by
Christopher Alfeld
Browse files
The shark changes finally generated links with more than 32 letters in
their name. Raised the limit to 1024.
parent
e79941dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
assign/parse_top.cc
View file @
cafbbdb1
...
...
@@ -26,8 +26,8 @@ int parse_top(tb_vgraph &G, istream& i)
node
no1
;
string
s1
,
s2
;
char
inbuf
[
255
];
char
n1
[
32
],
n2
[
32
];
char
lname
[
32
];
char
n1
[
1024
],
n2
[
1024
];
char
lname
[
1024
];
int
num_nodes
=
0
;
int
bw
;
int
r
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment