Ignore:
Timestamp:
2018-08-16T10:29:20+12:00 (6 years ago)
Author:
kjdon
Message:

quantifiers mustn't have \ before {

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/DirectoryPlugin.pm

    r32341 r32343  
    197197   
    198198    # check to see we haven't got a cyclic path...
    199     if ($dirname =~ m%(/.*)\{41}%) {
     199    if ($dirname =~ m%(/.*){41}%) {
    200200    print $outhandle "DirectoryPlugin: $dirname is 40 directories deep, is this a recursive path? if not increase constant in DirectoryPlugin.pm.\n";
    201201    return 0;
Note: See TracChangeset for help on using the changeset viewer.