freebsd-ports/net/yate/files/patch-engine-TelEngine.cpp
William Grzybowski 40353824f0 net/yate: update to 5.4.0p1
- Support stage
- Pass maintainership to submitter
- Use @sample

PR:		192991
Submitted by:	Nikola Kolev
2014-08-26 11:48:55 +00:00

11 lines
299 B
C++

--- engine/TelEngine.cpp.orig 2014-08-19 12:09:15.000000000 +0300
+++ engine/TelEngine.cpp 2014-08-19 12:08:27.000000000 +0300
@@ -803,7 +803,7 @@ int Time::timeZone()
if (localtime_r(&time,&t))
return t.tm_gmtoff;
#endif
- return -timezone;
+ return -(long int)timezone;
#endif
}