about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorJun T <takimoto-j@kba.biglobe.ne.jp>2014-05-18 22:03:35 +0900
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-05-18 18:23:16 +0100
commitd082827c8326706e734b20981b4a4d986e0d54ff (patch)
tree8510ef34e2669da9131dc3fb12457f6f6d9a34bb /Src
parent3ff598bf4623c5e8dadbdcd95b7fa7e2d7ae1ef6 (diff)
downloadzsh-d082827c8326706e734b20981b4a4d986e0d54ff.tar.gz
zsh-d082827c8326706e734b20981b4a4d986e0d54ff.tar.xz
zsh-d082827c8326706e734b20981b4a4d986e0d54ff.zip
32616: bad printf arguments for limits
Diffstat (limited to 'Src')
-rw-r--r--Src/Builtins/rlimits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Builtins/rlimits.c b/Src/Builtins/rlimits.c
index fd4c94aaa..0bcafda7f 100644
--- a/Src/Builtins/rlimits.c
+++ b/Src/Builtins/rlimits.c
@@ -367,7 +367,7 @@ printulimit(char *nam, int lim, int hard, int head)
 # ifdef HAVE_RLIMIT_SBSIZE
     case RLIMIT_SBSIZE:
 	if (head)
-	    printf("-b: socket buffer size (bytes)      ", RLIMIT_SBSIZE);
+	    printf("-b: socket buffer size (bytes)      ");
 	break;
 # endif /* HAVE_RLIMIT_SBSIZE */
 # ifdef HAVE_RLIMIT_PTHREAD