Naoki Homma wrote:
jruby-1.0.1/src/org/jruby/util/Chmod.java

  Line#    code
  -------------------------------------
87 if ((permValue & 2) != 0) { 93 if ((permValue & 4) != 0) { I think that it is correct to do as follows.
  Line#    code
  -------------------------------------
87 if ((permValue & 4) != 0) { 93 if ((permValue & 2) != 0) {

You are correct! Thank you for reporting this. I have fixed it on trunk and 1.0 branch.

- Charlie

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to