summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-02-15 20:14:27 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-02-15 20:14:27 +0000
commitef9ab117eb9d35e7fc066e38458b791d554905b0 (patch)
tree831135783397ad06965641f9451da5e8780068db
parentcea4fdbdeb2244f41ca8127331747102d52ff1c2 (diff)
downloadATCD-ef9ab117eb9d35e7fc066e38458b791d554905b0.tar.gz
ChangeLogTag: Wed Feb 15 19:58:36 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
-rwxr-xr-xbin/fuzz.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fuzz.pl b/bin/fuzz.pl
index d3806bc01c2..4a759544538 100755
--- a/bin/fuzz.pl
+++ b/bin/fuzz.pl
@@ -1280,7 +1280,7 @@ sub check_for_long_file_names ()
foreach $file (@files_cpp, @files_inl, @files_h, @files_html,
@files_dsp, @files_dsw, @files_gnu, @files_idl,
@files_pl, @files_changelog, @files_makefile,
- @files_bor ) {
+ @files_bor, @files_mpc) {
if ( length( basename($file) ) >= $max_filename )
{
print_error ("File name $file meets or exceeds $max_filename chars.");