Ticket #82: patch.patch
File patch.patch, 447 bytes (added by jimmy, 13 years ago) |
---|
-
src/inter_run.c
216 216 "too many arguments in runops_args"); 217 217 218 218 new_sig[0] = 'O'; 219 /* -1 from the end, +1 for the nul at the end */220 memcpy(new_sig+1, sig+1, len-1+1); 219 memcpy(new_sig+1, sig+1, len); 220 221 221 sig_p = new_sig; 222 222 } 223 223