Skip to content

Commit dda934c

Browse files
committed
this ruins everything
1 parent e895752 commit dda934c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

main/snprintf.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -737,10 +737,6 @@ static int format_converter(register buffy * odp, const char *fmt, va_list ap) /
737737
modifier = LM_SIZE_T;
738738
#endif
739739
break;
740-
case 'p':
741-
fmt++;
742-
modifier = LM_PHP_INT_T;
743-
break;
744740
case 'h':
745741
fmt++;
746742
if (*fmt == 'h') {

0 commit comments

Comments
 (0)