VVD
VVD
Do u say about this commit: https://github.com/ZoneMinder/zoneminder/commit/0048a6bc9972abc5a76a659d1cfd7e0423b56f17? I have only one host in production with zoneminder - can't test run development versions. I can test build only.
Look like it work fine: ``` $ cat e.cpp #include #include int main() { std::cout
How to do Pull Request without fork repo? :-o
This way require fork… :-(
@SebDieBln, yes, FreeBSD. Maybe it's clang vs gcc issue?
Check this: https://github.com/AbdulYadi/pgadmin3/commit/526e4c1cbc6da51b8f2312b204a1c31c9144acb4
1st error fixed with patch: ``` --- src/MumbleProtocol.cpp.orig 2024-03-03 17:26:27 UTC +++ src/MumbleProtocol.cpp @@ -781,7 +781,7 @@ namespace Protocol { } - m_audioData.payload = gsl::span< byte >(payloadBegin, payloadSize); + m_audioData.payload...
2nd error fixed with patch: ``` --- src/murmur/Server.cpp.orig 2024-03-03 17:26:27 UTC +++ src/murmur/Server.cpp @@ -1041,7 +1041,7 @@ void Server::sendMessage(ServerUser &u, const unsigned ((reinterpret_cast< quint64 >(ebuffer.data()) + 8) & static_cast< quint64...
3rd: ``` --- src/mumble/Audio.cpp.orig 2024-03-03 17:26:27 UTC +++ src/mumble/Audio.cpp @@ -43,7 +43,7 @@ void LoopUser::addFrame(const Mumble::Protocol::AudioD QMutexLocker l(&qmLock); bool restart = (qetLastFetch.elapsed() > 100); - long time = qetTicker.elapsed(); +...
Maybe you know how to create pool request from file with patch without fork the repo?