From 9d56691898912db5f9ebffca057baea6ad8338b8 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 11 May 2010 12:29:11 -0500 Subject: [PATCH] stkutil: Don't use escaped strings In general this is bad style, using concatentated strings ala "" "" is better. --- unit/test-stkutil.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c index 65688ea2..1b24df3a 100644 --- a/unit/test-stkutil.c +++ b/unit/test-stkutil.c @@ -3235,10 +3235,11 @@ static struct play_tone_test play_tone_data_119 = { .pdu = play_tone_119, .pdu_len = sizeof(play_tone_119), .qualifier = 0x00, - .alpha_id = "This command instructs the ME to play an audio tone. \ -Upon receiving this command, the ME shall check if it is currently in, or \ -in the process of setting up (SET-UP message sent to the network, \ -see GSM\"04.08\"(8)), a speech call. - If the ME I" + .alpha_id = "This command instructs the ME to play an audio tone. " + "Upon receiving this command, the ME shall check " + "if it is currently in, or in the process of setting " + "up (SET-UP message sent to the network, see " + "GSM\"04.08\"(8)), a speech call. - If the ME I" }; static struct play_tone_test play_tone_data_1110 = {