summaryrefslogtreecommitdiffstats
path: root/patches/troll-ftpd-1.28
diff options
context:
space:
mode:
Diffstat (limited to 'patches/troll-ftpd-1.28')
-rw-r--r--patches/troll-ftpd-1.28/generic/troll-ftpd-1.28-compoundstatement.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/troll-ftpd-1.28/generic/troll-ftpd-1.28-compoundstatement.diff b/patches/troll-ftpd-1.28/generic/troll-ftpd-1.28-compoundstatement.diff
new file mode 100644
index 000000000..7bdd82650
--- /dev/null
+++ b/patches/troll-ftpd-1.28/generic/troll-ftpd-1.28-compoundstatement.diff
@@ -0,0 +1,12 @@
+diff -urN troll-ftpd-1.28/ls.c troll-ftpd-1.28-ptx1/ls.c
+--- troll-ftpd-1.28/ls.c 2002-02-05 12:51:33.000000000 +0100
++++ troll-ftpd-1.28-ptx1/ls.c 2006-01-02 16:32:55.000000000 +0100
+@@ -587,7 +587,7 @@
+ opt_t = 0;
+ break;
+ default:
+-
++ break;
+ }
+ }
+ while ( isspace( *arg ) )