Mercurial > projects > winelf > hg > index.cgi
changeset 15:d30b0a07f3e1
Whoops, gelfload-ld was still referring to elfload instead of gelfload.
author | Gregor Richards <Richards@codu.org> |
---|---|
date | Mon, 14 Dec 2009 16:23:49 -0500 |
parents | 1bf3aae7803e |
children | 2623ca084473 |
files | gelfload/src/elfload-ld.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gelfload/src/elfload-ld.c Mon Dec 14 16:08:12 2009 -0500 +++ b/gelfload/src/elfload-ld.c Mon Dec 14 16:23:49 2009 -0500 @@ -9,7 +9,7 @@ /* form our new arguments */ newargs = alloca((argc + 2) * sizeof(char*)); memcpy(newargs + 1, argv, (argc + 1) * sizeof(char*)); - newargs[0] = "/usr/bin/elfload"; /* FIXME */ + newargs[0] = "/usr/bin/gelfload"; /* FIXME */ /* then call */ execv(newargs[0], newargs);