diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-04-28 19:10:50 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-04-28 19:10:50 +0000 |
commit | 19597322ce5f95be49dfeb818fb83f841ba15d0c (patch) | |
tree | cfd239487bf47d0b17f741db99057569f7911c8f /t | |
parent | 1982da4048668033f4bb857b02c690606711056a (diff) | |
parent | 42165d2726b8a0b9ded4dc56d733154af8784b90 (diff) | |
download | perl-19597322ce5f95be49dfeb818fb83f841ba15d0c.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@16253
Diffstat (limited to 't')
-rw-r--r-- | t/win32/system.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/win32/system.t b/t/win32/system.t index c08fb13e04..b1906ce73a 100644 --- a/t/win32/system.t +++ b/t/win32/system.t @@ -40,7 +40,7 @@ main(int ac, char **av) { int i; #ifdef __BORLANDC__ - char *h,*s = GetCommandLine(); + char *s = GetCommandLine(); int j=0; av[0] = s; if (s[0]=='"') { |