Fix x-load-color-file pointer signedness
commit15a946479c96fdce693c13acfe41a66266ffcadb
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 Feb 2016 07:25:21 +0000 (16 23:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 Feb 2016 07:25:59 +0000 (16 23:25 -0800)
tree924d1eb7ce430885511d03b90acc3a73658f639a
parent132dbf089ffdc6c77c9383f225f2458d21c869a5
Fix x-load-color-file pointer signedness

* src/xfaces.c (Fx_load_color_file) [!HAVE_X_WINDOWS]:
For sscanf and int *, use %d, not %u.
Problem found on Ubuntu 15.10 x32, which lacks X support.
src/xfaces.c