smalltalk
/
osmo-st-mgcp
Archived
1
0
Fork 0

callagent: Use asString as displayString is not available

This commit is contained in:
Holger Hans Peter Freyther 2015-07-27 10:07:35 +02:00
parent a4abf25a6a
commit c89b725bce
1 changed files with 2 additions and 2 deletions

View File

@ -121,9 +121,9 @@ Object subclass: MGCPResponse [
asDatagram [
^String streamContents: [:stream |
stream
nextPutAll: code displayString;
nextPutAll: code asString;
nextPutAll: ' ';
nextPutAll: transaction displayString.
nextPutAll: transaction asString.
responseString ifNotNil: [
stream