diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-05-20 21:05:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-05-20 21:05:55 +0000 |
commit | 6a10911e6edc472a8bccdb8b445324d1e386d190 (patch) | |
tree | 2148bf041877b93821883044d87b04614b48fb8a /package/busybox/patches/920-awx.patch | |
parent | ae5b0549268f1b1a132deabf9f102be89f7828b4 (diff) | |
download | upstream-6a10911e6edc472a8bccdb8b445324d1e386d190.tar.gz upstream-6a10911e6edc472a8bccdb8b445324d1e386d190.tar.bz2 upstream-6a10911e6edc472a8bccdb8b445324d1e386d190.zip |
remove debug crap accidentally left in the patch
SVN-Revision: 7292
Diffstat (limited to 'package/busybox/patches/920-awx.patch')
-rw-r--r-- | package/busybox/patches/920-awx.patch | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/busybox/patches/920-awx.patch b/package/busybox/patches/920-awx.patch index 5517e879d1..54e0e0a0fd 100644 --- a/package/busybox/patches/920-awx.patch +++ b/package/busybox/patches/920-awx.patch @@ -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> |