Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jredmondson/madara
Browse files Browse the repository at this point in the history
  • Loading branch information
jredmondson committed Sep 22, 2018
2 parents b8d5ef6 + 267e4bd commit 7075e05
Show file tree
Hide file tree
Showing 2 changed files with 1,171 additions and 307 deletions.
2 changes: 1 addition & 1 deletion include/madara/knowledge/ThreadSafeContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2570,7 +2570,7 @@ checkpoint_write_record(
settings.prefixes[j].c_str ());

if (madara::utility::begins_with (
record->to_string (), settings.prefixes[j]))
name, settings.prefixes[j]))
{
prefix_found = true;
}
Expand Down

0 comments on commit 7075e05

Please sign in to comment.