summaryrefslogtreecommitdiff
path: root/src/htshelp.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-05-14 19:20:14 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-05-14 19:20:14 +0000
commit0573b166b2aa2ee40be1a328636cb539d96aeeac (patch)
tree60225c1335ff26c5e4f29bc7043548daa44c7d73 /src/htshelp.c
parenteaef7eb1f7ae092d73eeffa245ab418d70748fdf (diff)
Merge sources from windows-1252 to utf-8
Diffstat (limited to 'src/htshelp.c')
-rw-r--r--src/htshelp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/htshelp.c b/src/htshelp.c
index 6ba34c6..37aee84 100644
--- a/src/htshelp.c
+++ b/src/htshelp.c
@@ -184,7 +184,7 @@ void help_wizard(httrackp* opt) {
if ((str[strlen(str)-1]!='/') && (str[strlen(str)-1]!='\\'))
strcatbuff(str,"/");
strcatbuff(stropt2,"-O \""); strcatbuff(stropt2,str); strcatbuff(stropt2,projname); strcatbuff(stropt2,"\" ");
- // Créer si ce n'est fait un index.html 1er niveau
+ // Créer si ce n'est fait un index.html 1er niveau
make_empty_index(str);
//
printf("\n");
@@ -376,7 +376,7 @@ void help_catchurl(const char* dest_path) {
printf("Unable to create a temporary proxy (no remaining port)\n");
}
-// Créer un index.html vide
+// Créer un index.html vide
void make_empty_index(char* str) {
#if 0
if (!fexist(fconcat(str,"index.html"))) {