# HG changeset patch # User Will Thompson # Date 1194049255 0 # Node ID 2daec6b5bbcacec27173e820b666b8ed3c52a0b5 # Parent 4b1088076c50db697e81df96625a4b961fc812fc PurpleConnectionErrorInfo.description should not be const. diff -r 4b1088076c50 -r 2daec6b5bbca libpurple/connection.h --- a/libpurple/connection.h Fri Nov 02 19:36:34 2007 +0000 +++ b/libpurple/connection.h Sat Nov 03 00:20:55 2007 +0000 @@ -132,7 +132,7 @@ /** The type of error. */ PurpleConnectionError type; /** A localised, human-readable description of the error. */ - const char *description; + char *description; } PurpleConnectionErrorInfo; #include