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_hex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'convert_hex.c') diff --git a/convert_hex.c b/convert_hex.c index 9826771..fa0d4e6 100644 --- a/convert_hex.c +++ b/convert_hex.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/10/30 23:23:06 by cacharle #+# #+# */ -/* Updated: 2019/10/30 23:29:42 by cacharle ### ########.fr */ +/* Updated: 2019/11/02 02:09:15 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ -- cgit