From d9616b41cd24878df3bff53e4eaa84be129531a0 Mon Sep 17 00:00:00 2001 From: "Nathan M. Swan" Date: Tue, 6 Mar 2012 15:39:16 -0900 Subject: [PATCH] lazily reverted previous commit --- interfaceToC.dd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interfaceToC.dd b/interfaceToC.dd index d4a8f85355..072838b1e5 100644 --- a/interfaceToC.dd +++ b/interfaceToC.dd @@ -59,7 +59,8 @@ int myDfunction(char[] s) { keywords from the declaration.) $(LI Strings are not 0 terminated in D. See "Data Type Compatibility" - for more information about this.) + for more information about this. However, string literals in D are + 0 terminated.) )