diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-14 19:20:14 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-14 19:20:14 +0000 |
commit | 0573b166b2aa2ee40be1a328636cb539d96aeeac (patch) | |
tree | 60225c1335ff26c5e4f29bc7043548daa44c7d73 /src/htsserver.c | |
parent | eaef7eb1f7ae092d73eeffa245ab418d70748fdf (diff) |
Merge sources from windows-1252 to utf-8
Diffstat (limited to 'src/htsserver.c')
-rw-r--r-- | src/htsserver.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/htsserver.c b/src/htsserver.c index 1698955..39522dd 100644 --- a/src/htsserver.c +++ b/src/htsserver.c @@ -59,7 +59,7 @@ Please visit our Website: http://www.httrack.com #endif /* END specific definitions */ -/* définitions globales */ +/* définitions globales */ #include "htsglobal.h" /* htslib */ @@ -195,7 +195,7 @@ T_SOC smallserver_init(int* port,char* adr) { // effacer structure /*memset(&server2, 0, sizeof(server2)); if (getsockname(soc,(struct sockaddr*) &server2,&len) == 0) { - *port=ntohs(SOCaddr_sinport(server)); // récupérer port*/ + *port=ntohs(SOCaddr_sinport(server)); // récupérer port*/ if (listen(soc,10)>=0) { // au pif le 10 // SOCaddr_inetntoa(adr, 128, server2, len); strcpy(adr, h_loc); @@ -1354,7 +1354,7 @@ static int htslang_load(char* limit_to, char* path) { } while (strnotempty(test)); } - if (!strnotempty(test)) { // éviter doublons + if (!strnotempty(test)) { // éviter doublons // conv_printf(key,key); int len; char* buff; @@ -1523,7 +1523,7 @@ static void LANG_DELETE(void) { inthash_delete(&NewLangStrKeys); } -// sélection de la langue +// sélection de la langue static void LANG_INIT(char* path) { //CWinApp* pApp = AfxGetApp(); //if (pApp) { |