Commit d4b78a5fca47c27aac4cea0220ad595c3312807f

Peter Hutterer 2020-07-10T15:01:31

xkbcomp: simplify buffer handling in the include handling Don't do the realloc dance, just asprintf to the buffer and move on. The check is likely pointless anyway, if we run out of asprintf size, log_error will probably blow up as well. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>