Patch: FYI: fastjar dostime.c rewrite

Paolo Bonzini bonzini@gnu.org
Fri Nov 8 02:57:00 GMT 2002


> +  ltime.tm_sec = (dostime & 0x0f) << 1;
                               ^^^^

should be 0x1f for bits 0-4 (0-31*2 seconds)

Paolo



More information about the Java-patches mailing list