diff --git a/ChangeLog b/ChangeLog index 00e724a1..56f470df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,22 +1,18 @@ --------------------------- Contributors ---------------------------- +--------------------------- -Dmitry Baikov -Steven Chamberlain -Thom Johansen -Thibault LeMeur +Dmitry Baikov +Steven Chamberlain +Thom Johansen +Thibault LeMeur Pieter Palmers -Tom Szilagyi - +Tom Szilagyi + --------------------------- Jackdmp changes log --------------------------- -2007-09-19 Stephane Letz - - * JackPort::Release method set the port name to "untitled". - 2007-08-27 Stephane Letz * Server/library protocol checking implementation. diff --git a/common/JackPort.cpp b/common/JackPort.cpp index 74288692..3632e531 100644 --- a/common/JackPort.cpp +++ b/common/JackPort.cpp @@ -53,7 +53,6 @@ void JackPort::Release() fLocked = false; fLatency = 0; fTied = NO_PORT; - strcpy(fName, "untitled"); fAlias1[0] = '\0'; fAlias2[0] = '\0'; }