* RegExp::Prop(): Fixed build (assignment of string literals to a char*).
* Automatic whitespace cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38618 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1254,7 +1254,7 @@ RegExp::Dump()
|
||||
char *
|
||||
RegExp::Prop(const char *op) const
|
||||
{
|
||||
char *p = NULL;
|
||||
const char *p = NULL;
|
||||
static char buf[50];
|
||||
|
||||
(void) strcpy(buf, ":");
|
||||
|
||||
Reference in New Issue
Block a user