--- sourceforge.net/trunk/rdesktop/rdesktop.c 2002/09/01 12:03:33 111 +++ sourceforge.net/trunk/rdesktop/rdesktop.c 2002/09/11 07:54:21 114 @@ -245,7 +245,7 @@ width = (width + 3) & ~3; } - if (!strlen(title)) + if (!strlen(title)) { strcpy(title, "rdesktop - "); strncat(title, server, sizeof(title) - sizeof("rdesktop - "));