This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Various small nits found by DJGPP build.
[perl5.git]
/
util.c
diff --git
a/util.c
b/util.c
index
de84200
..
cf1dee0
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-2591,7
+2591,7
@@
Perl_find_script(pTHX_ char *scriptname, bool dosearch, char **search_ext, I32 f
char *xfailed = Nullch;
char tmpbuf[MAXPATHLEN];
register char *s;
- I32 len;
+ I32 len
= 0
;
int retval;
#if defined(DOSISH) && !defined(OS2) && !defined(atarist)
# define SEARCH_EXTS ".bat", ".cmd", NULL