[icecast-dev] Some nits in icecast 1.3.12

Dave Hayes dave at jetcafe.org
Mon Apr 15 21:50:41 PDT 2002



Attached are nits I found in 1.3.12. That first patch there 
looks more like a bug than a nit. 
------
Dave Hayes - Consultant - Altadena CA, USA - dave at jetcafe.org 
>>> The opinions expressed above are entirely my own <<<

Before criticizing people, walk a mile in their shoes. Then
when you do criticize them, you will be a mile away and have
their shoes.

*** avl_functions.c     2002/04/11 06:22:04     1.1
--- avl_functions.c     2002/04/11 06:23:35
***************
*** 307,313 ****
        }
  
        snprintf(s1, BUFSIZE, "%s:%d", dir1->host, dir1->port);
!       snprintf(s2, "%s:%d", dir2->host, dir2->port);
  
        return compare_strings (s1, s2, param);
  }
--- 307,313 ----
        }
  
        snprintf(s1, BUFSIZE, "%s:%d", dir1->host, dir1->port);
!       snprintf(s2, BUFSIZE, "%s:%d", dir2->host, dir2->port);
  
        return compare_strings (s1, s2, param);
  }
*** main.c      2002/04/11 06:23:49     1.1
--- main.c      2002/04/11 06:25:07
***************
*** 544,550 ****
        directory_server_t *ds;
        int i;
        avl_traverser trav = {0};
!       static main_shutting_down = 0;
        
        thread_library_lock ();
                if (!main_shutting_down)
--- 544,550 ----
        directory_server_t *ds;
        int i;
        avl_traverser trav = {0};
!       static int main_shutting_down = 0;
        
        thread_library_lock ();
                if (!main_shutting_down)

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast-dev mailing list