chiark / gitweb /
shared/util: Fix glob_extend() argument
authorBastien Nocera <hadess@hadess.net>
Mon, 14 Oct 2013 06:15:51 +0000 (08:15 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 14 Oct 2013 14:11:33 +0000 (10:11 -0400)
glob_extend() would completely fail to work, or return incorrect
data if it wasn't being passed the current getopt "optarg" variable
as it used the global variable, instead of the passed parameters.


No differences found