X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fxscreensaver-text;h=1dcec8f8a29a336b4b80af6a5b0cd7a4bc23a6dc;hp=24149408bb05b4faa9e7ae385d2fc2e210f2f6a5;hb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;hpb=50be9bb40dc60130c99ffa568e6677779904ff70 diff --git a/driver/xscreensaver-text b/driver/xscreensaver-text index 24149408..1dcec8f8 100755 --- a/driver/xscreensaver-text +++ b/driver/xscreensaver-text @@ -30,7 +30,7 @@ use Text::Wrap qw(wrap); use bytes; my $progname = $0; $progname =~ s@.*/@@g; -my $version = q{ $Revision: 1.22 $ }; $version =~ s/^[^0-9]+([0-9.]+).*$/$1/; +my $version = q{ $Revision: 1.23 $ }; $version =~ s/^[^0-9]+([0-9.]+).*$/$1/; my $verbose = 0; my $http_proxy = undef; @@ -915,7 +915,7 @@ sub main() { # to read a small number of bytes, and continue reading until they # reached EOF. This is no longer possible. # - # Note that the current MacOS behavior has all three of these + # Note that the current MacOS behavior has all four of these # awesome properties: 1) Inconvenient; 2) Has no sane workaround; # 3) Different behavior than MacOS 10.1 through 10.4; and 4) # Different behavior than every other Unix in the world.