1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm mezzanine_patched_e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm |
2 |
--- e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm 2007-02-23 09:56:41.000000000 -0700 |
3 |
+++ mezzanine_patched_e-smith-lib-1.18.0/root/usr/lib/perl5/site_perl/esmith/console.pm 2007-02-23 09:56:27.000000000 -0700 |
4 |
@@ -349,8 +349,8 @@ |
5 |
$self->screen("--title", $title, |
6 |
"--cancel-label", $left, |
7 |
"--ok-label", $right, |
8 |
- "--inputbox", $text, |
9 |
"--clear", |
10 |
+ "--inputbox", $text, |
11 |
SCREEN_ROWS, |
12 |
SCREEN_COLUMNS, |
13 |
$value |