Skip to content

Commit

Permalink
Tweak change #4785.
Browse files Browse the repository at this point in the history
p4raw-link: @4785 on //depot/maint-5.005/perl: 3e8148f

p4raw-id: //depot/maint-5.005/perl@4787
  • Loading branch information
Chip Salzenberg committed Jan 10, 2000
1 parent 6782e51 commit 3142e56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion win32/win32.c
Expand Up @@ -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) {
Expand Down

0 comments on commit 3142e56

Please sign in to comment.