taku910 / mecab

Yet another Japanese morphological analyzer
934 stars 214 forks source link

Fix missing returncode check of loading rcfile path for Windows. #39

Closed rokurosatp closed 6 years ago

rokurosatp commented 7 years ago

RegQueryValueExW needs returncode check.

When (HKLM|HKCU)\software has no key mecab , RegQueryValueExW does not change value of vt (remain undefined).

This pull request maybe related #21. I met with this bug. (MeCab 64bit compiled from source, Miniconda Python 64bit on Windows 10)