Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IceT
IceT
Commits
478e692d
Commit
478e692d
authored
Nov 02, 2011
by
Kenneth Moreland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo. Gave wrong (nonexistant) variable to putenv.
parent
7b978be1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/MaxImageSplit.c
tests/MaxImageSplit.c
+1
-1
No files found.
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
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