projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d7bc03f
)
off-by-one in os2.c (from Ilya Zakharevich)
Gurusamy Sarathy [Sat, 11 Mar 2000 17:01:47 +0000 (17:01 +0000)]
p4raw-id: //depot/perl@5654
os2/os2.c
patch
|
blob
|
blame
|
history
diff --git
a/os2/os2.c
b/os2/os2.c
index
8a17ae7
..
97e8899
100644
(file)
--- a/
os2/os2.c
+++ b/
os2/os2.c
@@
-777,7
+777,7
@@
U32 addflag;
long enough. */
a--;
}
- while (nargs-- >= 0)
+ while (--nargs >= 0)
PL_Argv[nargs] = argsp[nargs];
/* Enable pathless exec if #! (as pdksh). */
pass = (buf[0] == '#' ? 2 : 3);