X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=dss1.cpp;h=27d1001678f10fa6225f20322168e0cdb0e67ff6;hp=1191b9eb2c6f562d79e3c2f67ee60fc02a4cfb9a;hb=a550cd8ca1378aed609e51ca48817df585778cc7;hpb=e9bfe48fc5254e79e59c6ffc1698912175edf4e3 diff --git a/dss1.cpp b/dss1.cpp index 1191b9e..27d1001 100644 --- a/dss1.cpp +++ b/dss1.cpp @@ -753,7 +753,7 @@ void Pdss1::information_ind(unsigned int cmd, unsigned int pid, struct l3_msg *l p_dialinginfo.ntype = INFO_NTYPE_UNKNOWN; break; } - SCAT(p_dialinginfo.display, (char *)display); + SCPY(p_dialinginfo.display, (char *)display); message = message_create(p_serial, ACTIVE_EPOINT(p_epointlist), PORT_TO_EPOINT, MESSAGE_INFORMATION); memcpy(&message->param.information, &p_dialinginfo, sizeof(struct dialing_info)); message_put(message);