--- rxvt-unicode/src/rxvttoolkit.C 2004/08/15 00:37:04 1.1 +++ rxvt-unicode/src/rxvttoolkit.C 2004/08/15 04:54:21 1.2 @@ -34,7 +34,7 @@ refcounted::refcounted (const char *id) { - this->id = STRDUP (id); + this->id = strdup (id); } refcounted::~refcounted ()