Re: cmd: Use NUL/0 instead of 0x00

2011-09-13 Thread Alexandre Julliard
Frédéric Delanoy writes: > Well IMHO '\0' clearly indicates a char value, while 0 could be an > integer (not in this obvioius example of course). > This way you've a visual indicator/differentiator with nearby integer > values assignments like "foo_integer_var = 0", and this could make the > code

Re: cmd: Use NUL/0 instead of 0x00

2011-09-13 Thread Frédéric Delanoy
2011/9/13 Alexandre Julliard : > Frédéric Delanoy writes: > >> @@ -374,7 +374,7 @@ void WCMD_HandleTildaModifiers(WCHAR **start, const >> WCHAR *forVariable, >>       points to the variable just after the modifiers. Process modifiers >>       in a specific order, remembering there could be duplic

Re: cmd: Use NUL/0 instead of 0x00

2011-09-13 Thread Alexandre Julliard
Frédéric Delanoy writes: > @@ -374,7 +374,7 @@ void WCMD_HandleTildaModifiers(WCHAR **start, const WCHAR > *forVariable, > points to the variable just after the modifiers. Process modifiers > in a specific order, remembering there could be duplicates */ >modifierLen = l