What is the reason that tools.c -> strwordtok() eats all '\' characters ?
With it it is impossible to put in config any path in non-unix notation (like E:\SQ\auth\ncsa_auth.exe)
strwordtok comment say /*
* Similar to strtok, but has some rudimentary knowledge
* of quoting
*/
But as I see this knowledge of quoting is a bit too rudimentary.
SY, Evgeny Kotsuba
