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_str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'convert_str.c') diff --git a/convert_str.c b/convert_str.c index c636e32..e4cf70a 100644 --- a/convert_str.c +++ b/convert_str.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/30 23:22:25 by cacharle #+# #+# */ -/* Updated: 2019/10/30 23:22:45 by cacharle ### ########.fr */ +/* Updated: 2019/11/04 01:33:05 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit