You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears to me that it should've been realloc(*keys, ...) and not realloc(keys, ...). (And even that would incorrect as that assumes that realloc always succeeds).
The text was updated successfully, but these errors were encountered:
The following warning is emitted when trying to compile on gcc 12.1.1:
xdotool/xdo.c
Line 1664 in df94eb6
It appears to me that it should've been
realloc(*keys, ...)
and notrealloc(keys, ...)
. (And even that would incorrect as that assumes that realloc always succeeds).The text was updated successfully, but these errors were encountered: