summary refs log tree commit diff
path: root/src/bltin/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bltin/printf.c')
-rw-r--r--src/bltin/printf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bltin/printf.c b/src/bltin/printf.c
index 213025f..d1181e3 100644
--- a/src/bltin/printf.c
+++ b/src/bltin/printf.c
@@ -207,7 +207,6 @@ pc:
 				if (print_escape_str(start, param, array,
 						     getstr()))
 					goto out;
-				*fmt = 'b';
 				break;
 			case 'c': {
 				int p = getchr();