j
k
j a
j l
Aric Stewart <aric(a)codeweavers.com> wrote:
+ struprW( id ); + ptr = strchrW( id, '\\' ); + + for (ptr = id; *ptr; ptr++)if (*ptr == '\\') *ptr = '#';
Then strchrW() is redundant. -- Dmitry.
Back to the thread
Back to the list