diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-03-14 16:30:43 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-03-14 16:30:43 -0700 |
| commit | ddb839bfd4ba8dbdd214f3e885629fc8fe57e68c (patch) | |
| tree | aee183d005229b21a5ce636685f416f97bd5aa9e /lib/compatibility/4.9.nom | |
| parent | 7f138199078a2fc2b6d6ee8d31da940120c8216a (diff) | |
Replacing (size of $) with (#$) as should have been done before.
Diffstat (limited to 'lib/compatibility/4.9.nom')
| -rw-r--r-- | lib/compatibility/4.9.nom | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/compatibility/4.9.nom b/lib/compatibility/4.9.nom index d8260a4..67d40c5 100644 --- a/lib/compatibility/4.9.nom +++ b/lib/compatibility/4.9.nom @@ -7,5 +7,6 @@ use "compatibility/compatibility" upgrade action "if" to "4.9" via for ($tree $end_version): - if ((size of $tree) > 2): return $tree - return \(when $tree.2) + if ((#$tree) > 2): + return $tree + return \(when $tree.2)
\ No newline at end of file |
