FreeBSD Bugzilla – Attachment 150734 Details for
Bug 196105
Fix astro/gpxloggerd build with clang 3.5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix astro/gpxloggerd build with clang 3.5.0
astro__gpxloggerd-fix-clang350-build-1.diff (text/plain), 927 bytes, created by
Dimitry Andric
on 2014-12-18 20:16:25 UTC
(
hide
)
Description:
Fix astro/gpxloggerd build with clang 3.5.0
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2014-12-18 20:16:25 UTC
Size:
927 bytes
patch
obsolete
>Index: astro/gpxloggerd/files/patch-gpxloggerd.c >=================================================================== >--- astro/gpxloggerd/files/patch-gpxloggerd.c (revision 0) >+++ astro/gpxloggerd/files/patch-gpxloggerd.c (working copy) >@@ -0,0 +1,11 @@ >+--- gpxloggerd.c.orig 2011-03-24 15:54:08.000000000 +0100 >++++ gpxloggerd.c 2014-12-18 21:05:00.000000000 +0100 >+@@ -196,7 +196,7 @@ process(struct gps_data_t *gpsdata) >+ pt = ot; >+ >+ /* -I filter */ >+- if (abs(t - ot) < interval) >++ if (labs(t - ot) < interval) >+ return; >+ >+ if (minmove || minbearing) > >Property changes on: astro/gpxloggerd/files/patch-gpxloggerd.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196105
: 150734