To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79670


User kendy changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |REOPENED
--------------------------------------------------------------------------------
              Resolution|FIXED                     |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Jul 17 15:17:35 +0000 
2007 -------
mh: During verification, I noticed that I could have removed even one more 
'if' ;-) - could you apply the following, please?  I would do that myself, but 
I get 'cvs [server aborted]: "commit" requires write access to the repository'.

--- bin/linkoo  17 Jul 2007 14:35:41 -0000      1.14.74.1
+++ bin/linkoo  17 Jul 2007 15:15:32 -0000
@@ -151,12 +151,7 @@ sub do_link($$$$@)
     my $dest_name = shift;
     my $dont_check_link = shift;

-    my $is_link = 0;
     if (-l "$dest/$dest_name" ) {
-       $is_link = 1;
-    }
-
-    if ( $is_link ) {
        my $link = readlink ("$dest/$dest_name");
        if ($link =~ /^\//) { # Absolute path
            if (!$dry_run) {


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to