Re: RegDeleteTree [7] [resend]

2007-05-22 Thread Laurent Vromman

Stefan Leichter a écrit :

Am Tuesday 22 May 2007 18:05 schrieb Laurent Vromman:
  

There is a few tabs in the file :

Here (line 92), first blank character :
+ &dwValCount, NULL, NULL, NULL, NULL);

Here (line 103)
+   }

Laurent



Hello Laurent,

thank you for the comment. How did you spot the first tab? Rechecking the 
indentation i can see the second one, but not the first.


Bye Stefan

  
If have a software which displays arrows where there are tabs in the 
file. I opened it and I just saw the two arrows.


Laurent




Re: RegDeleteTree [7] [resend]

2007-05-22 Thread Stefan Leichter
Am Tuesday 22 May 2007 18:05 schrieb Laurent Vromman:
> There is a few tabs in the file :
>
> Here (line 92), first blank character :
> +   &dwValCount, NULL, NULL, NULL, NULL);
>
> Here (line 103)
> + }
>
> Laurent
>
Hello Laurent,

thank you for the comment. How did you spot the first tab? Rechecking the 
indentation i can see the second one, but not the first.

Bye Stefan




Re: RegDeleteTree [7] [resend]

2007-05-22 Thread Laurent Vromman
There is a few tabs in the file :

Here (line 92), first blank character :
+ &dwValCount, NULL, NULL, NULL, NULL);

Here (line 103)
+   }

Laurent

> Hello,
>
> any comment on the current version of this patch?
>
> ChangeLog
> -
> added implementation of RegDeleteTreeA/W
>
>