From: Ulrich Drepper Date: Sat, 29 Oct 2011 18:05:49 +0000 (-0400) Subject: Typo in last checkin X-Git-Tag: glibc-2.15~135 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09e18697732f90357db0b3241e563a4db8ebfb03;p=thirdparty%2Fglibc.git Typo in last checkin --- diff --git a/elf/sprof.c b/elf/sprof.c index 069649a654c..61825999a7b 100644 --- a/elf/sprof.c +++ b/elf/sprof.c @@ -597,7 +597,7 @@ load_shobj (const char *name) char origprocname[sizeof (procpath) + sizeof (int) * 3]; snprintf (origprocname, sizeof (origprocname), procpath, fd); char *origlink = (char *) alloca (PATH_MAX); - ssize_t n = readlink (origprocname, origlink, PATH_MAX) + ssize_t n = readlink (origprocname, origlink, PATH_MAX); if (n == -1) goto no_debuginfo; origlink[n] = '\0';