diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2002-04-29 01:54:31 +0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-28 18:23:52 +0000 |
commit | 42165d2726b8a0b9ded4dc56d733154af8784b90 (patch) | |
tree | f8f97761be1750e2b255e51aa49d6eca14bdbc55 /t/win32 | |
parent | b5135157c621a585113d0c5008db555122aa49b3 (diff) | |
download | perl-42165d2726b8a0b9ded4dc56d733154af8784b90.tar.gz |
WinCE many fixes
Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
p4raw-id: //depot/perl@16251
Diffstat (limited to 't/win32')
-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]=='"') { |