summaryrefslogtreecommitdiff
blob: 3aba1e8268ba4a271d8763379d2d6834c3253763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- xcdroast-0.98alpha15/src/io.c	2003-10-26 15:24:48.000000000 +0100
+++ xcdroast-0.98alpha15-P/src/io.c	2006-09-25 20:07:33.000000000 +0200
@@ -9026,7 +9026,7 @@
 		strcat(tmp2,"-D ");
 	}
 	if (masterparam.opt[7]) {
-		strcat(tmp2,"-L ");
+		strcat(tmp2,"-allow-leading-dots ");
 	}
 	if (masterparam.opt[8]) {
 		strcat(tmp2,"-d ");
@@ -9160,7 +9160,7 @@
 	}	
 	if (masterparam.publisher) {
 		strcpy(tmptmp, masterparam.publisher);
-		g_snprintf(tmp5,MAXLINE,"-P \"%s\" ",
+		g_snprintf(tmp5,MAXLINE,"-publisher \"%s\" ",
 			convert_escape(tmptmp));
 		strcat(tmp4,tmp5);
 	}