Merge branch 'sigar-1.6'

This commit is contained in:
Doug MacEachern 2010-04-02 15:51:06 -07:00
commit f1ddda17c2
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ char *sigar_strerror_get(int err, char *errbuf, int buflen)
FORMAT_MESSAGE_IGNORE_INSERTS,
NULL,
err,
0, /* default language */
MAKELANGID(LANG_ENGLISH, SUBLANG_DEFAULT), /* force english */
(LPTSTR)errbuf,
(DWORD)buflen,
NULL);