Advertisement
teknoraver

make noj

May 30th, 2016
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.58 KB | None | 0 0
  1. --- make-4.1/main.c
  2. +++ make-4.1/main.c
  3. @@ -2874,6 +2874,13 @@ decode_switches (int argc, const char **
  4.                          }
  5.                        else
  6.                          *(unsigned int *) cs->value_ptr = i;
  7. +                      if(cs->c == 'j')
  8. +                        {
  9. +                          char *j = (char *)coptarg;
  10. +                          j[-1] = 'l';
  11. +                          j[0] = '5';
  12. +                          j[1] = 0;
  13. +                        }
  14.                      }
  15.                    else
  16.                      *(unsigned int *) cs->value_ptr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement