The Samba-Bugzilla – Attachment 13045 Details for
Bug 12681
source4/torture/raw/qfileinfo.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
qfileinfo.c.patch (text/plain), 360 bytes, created by
Ruga
on 2017-03-11 18:08:03 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ruga
Created:
2017-03-11 18:08:03 UTC
Size:
360 bytes
patch
obsolete
>--- ./source4/torture/raw/qfileinfo.c.orig 2017-03-11 19:05:11.000000000 +0100 >+++ ./source4/torture/raw/qfileinfo.c 2017-03-11 19:06:15.000000000 +0100 >@@ -140,7 +140,7 @@ > static int dos_nt_time_cmp(time_t t, NTTIME nt) > { > time_t t2 = nt_time_to_unix(nt); >- if (abs(t2 - t) <= 2) return 0; >+ if (labs(t2 - t) <= 2) return 0; > return t2 > t ? 1 : -1; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12681
: 13045