Skip to content

Commit

Permalink
what the fucking ball shit crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Syed committed Nov 14, 2017
1 parent 387da51 commit 675fc2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conversions.c
Expand Up @@ -6,7 +6,7 @@
/* By: asyed <asyed@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2017/11/06 22:19:16 by asyed #+# #+# */
/* Updated: 2017/11/13 17:16:15 by asyed ### ########.fr */
/* Updated: 2017/11/13 17:18:09 by asyed ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -213,6 +213,7 @@ int octal(va_list ap, uint8_t caps, t_options *info)
if (save == NULL)
{
// printf("bullshit\n");
free(save);
save = calloc(2, sizeof(char));
save = ft_strcpy(save, "0");
// save = "0";
Expand Down

0 comments on commit 675fc2c

Please sign in to comment.