diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-05-01 19:06:55 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-05-01 19:06:55 +0100 |
commit | b17931db63a489486b2bb3cf537f09c3fd42d53d (patch) | |
tree | 767434c4c8967be90cd515dbab987109df442c2e | |
parent | f6540e0f2501d43fd1d6bff990b820e804ab29ec (diff) | |
parent | f80d0dd983b745835bf85ecadd06d4c669bd3a62 (diff) |
Merge branch 'cygwin-patches-for-1.17' into cygwin-release-1.17xserver-cygwin-1.17.1-4
-rw-r--r-- | xkb/ddxLoad.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xkb/ddxLoad.c b/xkb/ddxLoad.c index 6f692ab34..ffccafefa 100644 --- a/xkb/ddxLoad.c +++ b/xkb/ddxLoad.c @@ -180,6 +180,7 @@ RunXkbComp(xkbcomp_buffer_callback callback, void *userdata) #else out = fopen(tmpname, "w"); + buf = realloc(buf, strlen(buf) + strlen(stderrfile) + 8); strcat(buf, " >"); strcat(buf, stderrfile); strcat(buf, " 2>&1"); |