Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- make-4.1/main.c
- +++ make-4.1/main.c
- @@ -2874,6 +2874,13 @@ decode_switches (int argc, const char **
- }
- else
- *(unsigned int *) cs->value_ptr = i;
- + if(cs->c == 'j')
- + {
- + char *j = (char *)coptarg;
- + j[-1] = 'l';
- + j[0] = '5';
- + j[1] = 0;
- + }
- }
- else
- *(unsigned int *) cs->value_ptr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement