Index: coder.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/coder.module,v
retrieving revision 1.88.2.60
diff -u -p -r1.88.2.60 coder.module
--- coder.module	1 Oct 2008 21:22:10 -0000	1.88.2.60
+++ coder.module	19 May 2009 13:03:33 -0000
@@ -304,7 +304,7 @@ function _coder_settings_form($settings,
         }
         $patch_line_numbers = $matches[1];
       }
-      else if (preg_match("/^\+[^\+]+/", $line)) {
+      else if (preg_match("/^\+(?!\+)/", $line)) {
         $patch .= ltrim($line, '+') ."\n";
         $in_patch = 1;
       }
