Skip to content
Snippets Groups Projects
Commit c3ee11ce authored by felmer's avatar felmer
Browse files

bug fixed

SVN: 443
parent 3a60fdf4
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ public final class BuildAndEnvironmentInfo
List<String> environmentInfo = getEnvironmentInfo();
for (int i = 0, n = environmentInfo.size(); i < n; i++)
{
builder.append(environmentInfo.get(0));
builder.append(environmentInfo.get(i));
if (i < n - 1)
{
builder.append(OSUtilities.LINE_SEPARATOR);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment