> From: Alan Coopersmith <[email protected]> > Date: Tue, 4 Oct 2011 22:53:20 -0700 > > commit a18460b385ae03 converted from a fixed maximum number of devices > to dynamically growing the list via realloc, but didn't update the > error message shown on failure.
Hmm, I hate libraries that print messages on stderr like this. But printing half-truths is even worse. So if you need one: Reviewed-by: Mark Kettenis <[email protected]> > Signed-off-by: Alan Coopersmith <[email protected]> > --- > src/solx_devfs.c | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
