summaryrefslogtreecommitdiff
path: root/x2p/find2perl.SH
diff options
context:
space:
mode:
Diffstat (limited to 'x2p/find2perl.SH')
-rwxr-xr-xx2p/find2perl.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/find2perl.SH b/x2p/find2perl.SH
index 582a9924ad..541f2629d3 100755
--- a/x2p/find2perl.SH
+++ b/x2p/find2perl.SH
@@ -122,7 +122,7 @@ while (@ARGV) {
$out .= &tab . '($ino ' . &n(shift);
}
elsif ($_ eq 'size') {
- $out .= &tab . '(int((-s _ + 511) / 512) ' . &n(shift);
+ $out .= &tab . '(int(((-s _) + 511) / 512) ' . &n(shift);
}
elsif ($_ eq 'atime') {
$out .= &tab . '(int(-A _) ' . &n(shift);