From 09e18697732f90357db0b3241e563a4db8ebfb03 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 29 Oct 2011 14:05:49 -0400 Subject: Typo in last checkin --- elf/sprof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/sprof.c') diff --git a/elf/sprof.c b/elf/sprof.c index 069649a654..61825999a7 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'; -- cgit v1.2.3