From eca117f28afac2ee258d9e9454ff63c6dec5b58f Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 4 Nov 2019 01:34:37 +0100 Subject: int type length specifier, edge case with zero padding and invalid wildcard precision --- convert_char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'convert_char.c') diff --git a/convert_char.c b/convert_char.c index e15457e..c838974 100644 --- a/convert_char.c +++ b/convert_char.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/30 23:22:29 by cacharle #+# #+# */ -/* Updated: 2019/10/30 23:37:29 by cacharle ### ########.fr */ +/* Updated: 2019/11/03 20:13:44 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit