miere43 / nim-registry

Deal with Windows Registry from Nim
http://miere.ru/docs/registry/
MIT License
29 stars 5 forks source link

updated winregistry to latest nim #5

Closed JorySchossau closed 5 years ago

JorySchossau commented 5 years ago

nil is no longer default value for strings, so all checks are now checking length == 0 instead, since default is now an empty string.

miere43 commented 5 years ago

Thanks!