Michael Stefaniuc : msvcrt/tests: Use the C standard for multiline strings.

Alexandre Julliard julliard at winehq.org
Tue Dec 23 13:41:00 CST 2008


Module: wine
Branch: master
Commit: a4c2a0ee200b104845faaffa23909a28e9a45e39
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a4c2a0ee200b104845faaffa23909a28e9a45e39

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Tue Dec 23 11:08:07 2008 +0100

msvcrt/tests: Use the C standard for multiline strings.

---

 dlls/msvcrt/tests/file.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dlls/msvcrt/tests/file.c b/dlls/msvcrt/tests/file.c
index 66a0035..0f235b5 100644
--- a/dlls/msvcrt/tests/file.c
+++ b/dlls/msvcrt/tests/file.c
@@ -320,15 +320,15 @@ static void test_asciimode2(void)
     char ibuf[4];
     int i;
     static const char obuf[] =
-"00\n\
-000000000000000000000000000000000000000000000000000000000000000000000000000000\n\
-000000000000000000000000000000000000000000000000000000000000000000000000000000\n\
-000000000000000000000000000000000000000000000000000000000000000000000000000000\n\
-000000000000000000000000000000000000000000000000000000000000000000000000000000\n\
-000000000000000000000000000000000000000000000000000000000000000000000000000000\n\
-000000000000000000000000000000000000000000000000000000000000000000000000000000\n\
-000000000000000000\n\
-1111111111111111111";
+"00\n"
+"000000000000000000000000000000000000000000000000000000000000000000000000000000\n"
+"000000000000000000000000000000000000000000000000000000000000000000000000000000\n"
+"000000000000000000000000000000000000000000000000000000000000000000000000000000\n"
+"000000000000000000000000000000000000000000000000000000000000000000000000000000\n"
+"000000000000000000000000000000000000000000000000000000000000000000000000000000\n"
+"000000000000000000000000000000000000000000000000000000000000000000000000000000\n"
+"000000000000000000\n"
+"1111111111111111111";
 
     fp = fopen("ascii2.tst", "wt");
     fwrite(obuf, 1, sizeof(obuf), fp);




More information about the wine-cvs mailing list