Re: msvcrt:string Avoid size_t in ok()

2010-08-29 Thread GOUJON Alexandre
On 08/29/2010 02:36 AM, James McKenzie wrote: Alexandre: Can we avoid a typo by substituting: "Did not returned \n" with "Did not return \n" for each instance in the file? Thank you. James McKenzie Sorry for the typo, I guess I wrote it too fast. And no problem, I'll send a try2.

Re: msvcrt:string Avoid size_t in ok()

2010-08-28 Thread James McKenzie
Alexandre Goujon wrote: --- dlls/msvcrt/tests/string.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dlls/msvcrt/tests/string.c b/dlls/msvcrt/tests/string.c index 94c2fa3..3c143d1 100644 --- a/dlls/msvcrt/tests/string.c +++ b/dlls/msvcrt/tests/string.c @@ -1

Re: msvcrt:string Avoid size_t in ok()

2010-08-28 Thread Jerome Leclanche
Not to be pedantic, but "did not return" is what you meant. J. Leclanche On Sat, Aug 28, 2010 at 2:38 PM, Alexandre Goujon wrote: > --- >  dlls/msvcrt/tests/string.c |   12 ++-- >  1 files changed, 6 insertions(+), 6 deletions(-) > > diff --git a/dlls/msvcrt/tests/string.c b/dlls/msvcr