diff options
| -rw-r--r-- | psutil/arch/windows/disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psutil/arch/windows/disk.c b/psutil/arch/windows/disk.c index 29bd0a20..0d8be2fa 100644 --- a/psutil/arch/windows/disk.c +++ b/psutil/arch/windows/disk.c @@ -201,7 +201,7 @@ psutil_disk_partitions(PyObject *self, PyObject *args) { int type; int ret; unsigned int old_mode = 0; - char opts[20]; + char opts[50]; HANDLE mp_h; BOOL mp_flag= TRUE; LPTSTR fs_type[MAX_PATH + 1] = { 0 }; |
