Commit 3053d7a8 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

xkb/xkbUtils.c: add link to bugreport

The problem we are fixing (or better "working around") here has also been seen in XQuartz, but no-one has found the reason yet. Point to bugreport so that anyone stumbling over this in future can check if there's a better fix and possibly implement that one.
parent ad90098f
...@@ -676,7 +676,11 @@ unsigned act; ...@@ -676,7 +676,11 @@ unsigned act;
} }
else { else {
#ifdef NXAGENT_SERVER #ifdef NXAGENT_SERVER
/* we have seen division by zero here */ /*
* we have seen division by zero here - see
* https://github.com/ArcticaProject/nx-libs/issues/808 for
* details and xorg upstream bug report
*/
if (ctrls->num_groups != 0) if (ctrls->num_groups != 0)
#endif #endif
group%= ctrls->num_groups; group%= ctrls->num_groups;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment