Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
235c3f27
Commit
235c3f27
authored
Jul 11, 2013
by
Antonio J. Pena
Browse files
Fixes ticket #1899.
Signed-off-by:
Wesley Bland
<
wbland@mcs.anl.gov
>
parent
fde78362
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pm/hydra/include/hydra.h
View file @
235c3f27
...
...
@@ -189,7 +189,8 @@ struct HYD_string_stash {
#define HYD_STRING_STASH(stash, str, status) \
do { \
if ((stash).cur_count >= (stash).max_count - 1) { \
HYDU_REALLOC((stash).strlist, char **, (stash).max_count + HYD_NUM_TMP_STRINGS, \
HYDU_REALLOC((stash).strlist, char **, \
((stash).max_count + HYD_NUM_TMP_STRINGS) * sizeof(char *), \
(status)); \
(stash).max_count += HYD_NUM_TMP_STRINGS; \
} \
...
...
Write
Preview
Markdown
is supported
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