# HG changeset patch # User Ethan Blanton # Date 1178215374 0 # Node ID b103a4c28fb0044718e426977581124ad6c64ed4 # Parent f0b4efc4a83abb57f2cdd422b1f3ba9119faffbe Stu pointed out that I made an error, and Josh made it clear that the error is a complete inability to distinguish between char * and char []. Sean should understand this. diff -r f0b4efc4a83a -r b103a4c28fb0 libpurple/plugins/tcl/tcl_ref.c --- a/libpurple/plugins/tcl/tcl_ref.c Thu May 03 17:56:31 2007 +0000 +++ b/libpurple/plugins/tcl/tcl_ref.c Thu May 03 18:02:54 2007 +0000 @@ -114,7 +114,7 @@ char *ptr; PurpleStringref *type; void *value; - static const char const *prefix = "purple-"; + static const char prefix[] = "purple-"; static const int prefixlen = sizeof(prefix) - 1; if (strlen(bytes) < prefixlen