diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-07-01 15:00:03 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-07-01 15:00:03 +0000 |
commit | 6abfde65573d145325a908417d5301d4766c6af8 (patch) | |
tree | a1ac279536b8830a41dcbde437af0ac054f3050b /src/os/win32/ngx_errno.c | |
parent | f5e97c5cbe063246087f11f36fa04c48e8dba10a (diff) | |
download | nginx-6abfde65573d145325a908417d5301d4766c6af8.tar.gz nginx-6abfde65573d145325a908417d5301d4766c6af8.zip |
nginx-0.0.1-2003-07-01-19:00:03 import
Diffstat (limited to 'src/os/win32/ngx_errno.c')
-rw-r--r-- | src/os/win32/ngx_errno.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/win32/ngx_errno.c b/src/os/win32/ngx_errno.c index 30c1b9315..3a9487c06 100644 --- a/src/os/win32/ngx_errno.c +++ b/src/os/win32/ngx_errno.c @@ -34,7 +34,7 @@ int ngx_strerror_r(ngx_err_t err, char *errstr, size_t size) ngx_err_t format_error; len = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM - | FORMAT_MESSAGE_IGNORE_INSERTS, + |FORMAT_MESSAGE_IGNORE_INSERTS, NULL, err, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), errstr, size, NULL); |