Skip to content

Commit

Permalink
Fixing save prefixes to check the variable name rather than the tostr…
Browse files Browse the repository at this point in the history
…ing (#87)
  • Loading branch information
vibhavg authored and jredmondson committed Sep 22, 2018
1 parent 00db866 commit 267e4bd
Showing 1 changed file with 1 addition and 1 deletion.
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 267e4bd

Please sign in to comment.