Skip to content
Snippets Groups Projects
Commit 091f7892 authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

oops, left a debugprint in diff3

Rev: lib/modules/Array.pmod:1.14
parent 723b28e1
No related branches found
No related tags found
No related merge requests found
......@@ -197,8 +197,6 @@ array(array(array(mixed))) diff3(array mid,array left,array right)
[lmid,ldst]=diff(mid,left);
[rmid,rdst]=diff(mid,right);
werror(sprintf("%O\n",({rmid,rdst})));
array res=({});
int lpos=0,rpos=0;
int l=0,r=0,n;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment