diff --git a/makepatch.class b/makepatch.class index ddebe31..ca788c0 100644 Binary files a/makepatch.class and b/makepatch.class differ diff --git a/makepatch.java b/makepatch.java index bb5f5d8..201da0d 100644 --- a/makepatch.java +++ b/makepatch.java @@ -26,7 +26,7 @@ while(in.hasNextLine()) if(!(current.endsWith("@@") || current.endsWith("@ "))) { post += current.substring(0,current.lastIndexOf("@@")+2)+"\n"; - post += current.substring(current.lastIndexOf("@@")+2)+"\n"; + //post += current.substring(current.lastIndexOf("@@")+2)+"\n"; } else {