* path.cc (windows_device_names): Add missing NULL element.

This commit is contained in:
Corinna Vinschen 2001-04-17 16:52:09 +00:00
parent adfd477da3
commit e6629a8ad0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Apr 17 18:50:00 2001 Corinna Vinschen <corinna@vinschen.de>
* path.cc (windows_device_names): Add missing NULL element.
Tue Apr 17 12:14:54 2001 Christopher Faylor <cgf@cygnus.com>
* path.cc (windows_device_names): Move dsp to proper location.

View File

@ -543,7 +543,7 @@ const char *windows_device_names[] =
"\\dev\\socket",
"\\dev\\windows",
NULL, NULL,
NULL, NULL, NULL,
"\\dev\\disk",
"\\dev\\fd%d",