Skip to content

Commit

Permalink
[Java] Bug fix in reportExistingErrors
Browse files Browse the repository at this point in the history
  • Loading branch information
JPWatson committed Jul 19, 2018
1 parent 49bacc5 commit b862159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aeron-driver/src/main/java/io/aeron/driver/MediaDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ private static void reportExistingErrors(final Context ctx, final MappedByteBuff
if ('/' == c || '\\' == c)
{
builder.setLength(lastCharIndex);
} else {
break;
}
}

Expand Down

0 comments on commit b862159

Please sign in to comment.