Fix malformed patch
[librecmc/librecmc.git] / package / busybox / patches / 920-awx.patch
index 5517e879d10a8d887711c428a5c8c7b2dc3775f2..57d91ce022dcafe058e2da98f49e58b3084320bf 100644 (file)
@@ -98,7 +98,7 @@ diff -purN bb.old/editors/awk.c bb.dev/editors/awk.c
 diff -purN bb.old/editors/awx.c bb.dev/editors/awx.c
 --- bb.old/editors/awx.c       1970-01-01 01:00:00.000000000 +0100
 +++ bb.dev/editors/awx.c       2007-05-20 22:57:59.666934656 +0200
-@@ -0,0 +1,630 @@
+@@ -0,0 +1,628 @@
 +/*
 + * awk web extension
 + *
@@ -375,9 +375,7 @@ diff -purN bb.old/editors/awx.c bb.dev/editors/awx.c
 +      }
 +      if (initseq && initseq->first)
 +              tv = evaluate(initseq->first, tv);
-+      fprintf(stderr, "DEBUG: %s(%d)\\n", __func__, __LINE__);
 +      nvfree(tv);
-+      fprintf(stderr, "DEBUG: %s(%d)\\n", __func__, __LINE__);
 +}
 +
 +
@@ -774,7 +772,7 @@ diff -purN bb.old/editors/awx_parser.h bb.dev/editors/awx_parser.h
 diff -purN bb.old/editors/awx_parser.l bb.dev/editors/awx_parser.l
 --- bb.old/editors/awx_parser.l        1970-01-01 01:00:00.000000000 +0100
 +++ bb.dev/editors/awx_parser.l        2007-05-20 22:30:31.380512280 +0200
-@@ -0,0 +1,302 @@
+@@ -0,0 +1,300 @@
 +%{
 +#include <stdio.h>
 +#include <string.h>