diff options
Diffstat (limited to 'libX11/src/GetFPath.c')
-rw-r--r-- | libX11/src/GetFPath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/src/GetFPath.c b/libX11/src/GetFPath.c index 62ba01436..8c3f49c95 100644 --- a/libX11/src/GetFPath.c +++ b/libX11/src/GetFPath.c @@ -35,7 +35,7 @@ char **XGetFontPath( int *npaths) /* RETURN */ { xGetFontPathReply rep; - unsigned long nbytes; + unsigned long nbytes = 0; char **flist = NULL; char *ch = NULL; char *chend; |