commit | 0f15820a184a5b54541dd0e19fd6f1f807a846b4 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Jun 17 17:13:53 2010 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Jun 17 17:13:53 2010 -0400 |
tree | 9e269a78f46e2162a0b784488b6bb2b60ead6146 | |
parent | 11c82fa61b369684e8d4761c82712d8c7de978b7 [diff] |
parse-events: Concatinate two strings that are adjacent When two or more strings are adjacent ("string1" "string2") concatenate them into one string token. ("string1string2") Signed-off-by: Steven Rostedt <rostedt@goodmis.org>