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
IceT
IceT
Commits
478e692d
Commit
478e692d
authored
Nov 02, 2011
by
Kenneth Moreland
Browse files
Typo. Gave wrong (nonexistant) variable to putenv.
parent
7b978be1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/MaxImageSplit.c
View file @
478e692d
...
...
@@ -254,7 +254,7 @@ static int MaxImageSplitTryMax()
#ifdef _WIN32
sprintf
(
image_split_string
,
"ICET_MAX_IMAGE_SPLIT=%d"
,
max_image_split
);
putenv
(
env
_string
);
putenv
(
image_split
_string
);
#else
sprintf
(
image_split_string
,
"%d"
,
max_image_split
);
setenv
(
"ICET_MAX_IMAGE_SPLIT"
,
image_split_string
,
ICET_TRUE
);
...
...
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