Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ft_printf_test #180 #151

Open
Sirbiladze-Irakli opened this issue Sep 4, 2019 · 1 comment
Open

ft_printf_test #180 #151

Sirbiladze-Irakli opened this issue Sep 4, 2019 · 1 comment

Comments

@Sirbiladze-Irakli
Copy link

Hi!
Thank's for 42FileChecker!
In ft_printf basic test #180 wrong output.
Look:

0180 (unsigned long)

ft_printf("%lu", -42);

  1. ( 3) -->-42<--
  2. ( 20) -->18446744073709551574<--

It's your's.

ft_printf("0)%lu| - my\n", -42);
printf("0)%lu| - orig\n", -42);

0)4294967254| - my
0)4294967254| - orig

It's mine.

can you fix it, or ask me why is that?
Thank's

@jgigault
Copy link
Owner

Hello @Sirbiladze-Irakli
Can you provide me with further information:
You say "It's mine": Can you tell me how do you proceed with testing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants