diff options
Diffstat (limited to 'lib-src')
| -rwxr-xr-x | lib-src/rcs2log | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 63c4b71ca8c..3bcf5e9ace9 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -285,7 +285,7 @@ $logins | |||
| 285 | EOF | 285 | EOF |
| 286 | esac | 286 | esac |
| 287 | output_authors='/^date: / { | 287 | output_authors='/^date: / { |
| 288 | if ($2 ~ /^[0-9]*[-\/][0-9][0-9][-\/][0-9][0-9]$/ && $3 ~ /^[0-9][0-9]:[0-9][0-9]:[0-9][0-9][-+0-9]*;$/ && $4 == "author:" && $5 ~ /^[^;]*;$/) { | 288 | if ($2 ~ /^[0-9]*[-\/][0-9][0-9][-\/][0-9][0-9]$/ && $3 ~ /^[0-9][0-9]:[0-9][0-9]:[0-9][0-9][-+0-9:]*;$/ && $4 == "author:" && $5 ~ /^[^;]*;$/) { |
| 289 | print substr($5, 1, length($5)-1) | 289 | print substr($5, 1, length($5)-1) |
| 290 | } | 290 | } |
| 291 | }' | 291 | }' |