Index: sysutils/zeitgeist/files/patch-libzeitgeist_timestamp.vala =================================================================== --- sysutils/zeitgeist/files/patch-libzeitgeist_timestamp.vala (nonexistent) +++ sysutils/zeitgeist/files/patch-libzeitgeist_timestamp.vala (working copy) @@ -0,0 +1,12 @@ +--- libzeitgeist/timestamp.vala.orig 2014-07-03 07:46:47 UTC ++++ libzeitgeist/timestamp.vala +@@ -76,8 +76,7 @@ namespace Zeitgeist.Timestamp + */ + public int64 from_timeval (TimeVal timeval) + { +- var m_seconds = (int64) (timeval.tv_sec) * 1000; +- return m_seconds + ((int64) timeval.tv_usec / 1000); ++ return timeval.tv_sec * 1000 + timeval.tv_usec / 1000; + } + + /** Property changes on: sysutils/zeitgeist/files/patch-libzeitgeist_timestamp.vala ___________________________________________________________________ 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 Index: sysutils/zeitgeist/files/patch-libzeitgeist_where-clause.vala =================================================================== --- sysutils/zeitgeist/files/patch-libzeitgeist_where-clause.vala (nonexistent) +++ sysutils/zeitgeist/files/patch-libzeitgeist_where-clause.vala (working copy) @@ -0,0 +1,11 @@ +--- libzeitgeist/where-clause.vala.orig 2017-09-03 19:29:23 UTC ++++ libzeitgeist/where-clause.vala +@@ -217,7 +217,7 @@ namespace Zeitgeist + long[] pointers = new long[gptrarr.length + 1]; + #endif + Memory.copy(pointers, ((PtrArray *) gptrarr)->pdata, +- (gptrarr.length) * sizeof (void *)); ++ gptrarr.length * sizeof (void *)); + return (T[]) pointers; + } + Property changes on: sysutils/zeitgeist/files/patch-libzeitgeist_where-clause.vala ___________________________________________________________________ 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