Просмотр исходного кода

* Added some Contexts to try to find the mysterious dcc bug.

svn: 230
Bryan Drewery 22 лет назад
Родитель
Сommit
b68ecdf2c5
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/tclhash.c

+ 3 - 3
src/tclhash.c

@@ -562,7 +562,7 @@ static int builtin_idxchar STDVAR
   Function F = (Function) cd;
   int idx;
   char *r;
-
+Context;
   BADARGS(3, 3, " idx args");
   CHECKVALIDITY(builtin_idxchar);
   if (atoi(argv[1]) < 0) { /* this is a remote-simul idx */
@@ -623,7 +623,7 @@ static int builtin_dcc STDVAR
 {
   int idx;
   Function F = (Function) cd;
-
+Context;
   BADARGS(4, 4, " hand idx param");
   if (atoi(argv[2]) < 0) { /* this is a remote-simul idx */
     idx = atoi(argv[2]) * -1;
@@ -825,7 +825,7 @@ int check_tcl_dcc(char *cmd, int idx, char *args)
   int found = 0;
 #endif
   char			s[11];
-
+Context;
   get_user_flagrec(dcc[idx].user, &fr, dcc[idx].u.chat->con_chan);
   if (dcc[idx].simul) {
     egg_snprintf(s, sizeof s, "-%d", idx);