projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6782e51
)
Tweak change #4785.
author
Chip Salzenberg <chip@pobox.com>
Mon, 10 Jan 2000 17:51:17 +0000 (17:51 +0000)
committer
chip <chip@pobox.com>
Mon, 10 Jan 2000 17:51:17 +0000 (17:51 +0000)
p4raw-link: @4785 on //depot/maint-5.005/perl:
3e8148feadabd0d0b1869fcc4d218a6475a5b0bc
p4raw-id: //depot/maint-5.005/perl@4787
win32/win32.c
patch
|
blob
|
blame
|
history
diff --git
a/win32/win32.c
b/win32/win32.c
index
f045113
..
a606729
100644
(file)
--- a/
win32/win32.c
+++ b/
win32/win32.c
@@
-2777,7
+2777,6
@@
XS(w32_FsType)
dXSARGS;
char fsname[256];
DWORD flags, filecomplen;
- EXTEND(SP,1);
if (GetVolumeInformation(NULL, NULL, 0, NULL, &filecomplen,
&flags, fsname, sizeof(fsname))) {
if (GIMME_V == G_ARRAY) {