Ticket #3073: urar.in.patch

File urar.in.patch, 350 bytes (added by dnh, 10 years ago)

*argh* missed a '' in a regex ... Should not be critical, but please add ...

  • mc-4.8.11/src/vfs/extfs/helpers/urar.in

    old new  
    5050        sub ("^ ", "", $2); 
    5151    } 
    5252 
    53     $1 ~ / *Name$/ { 
     53    $1 ~ /^ *Name$/ { 
    5454        ### next file 
    5555        name = mtime = size = attrs = ""; 
    5656        delete date;