nieco viac

This commit is contained in:
Radovan Kofira 2020-11-10 19:47:39 +01:00
parent 823d21befb
commit 6da070481c

View File

@ -29,7 +29,7 @@ void destroy_station(struct station* station){
int select_track(struct station* station, const char* target){
unsigned long hash=0;
int i,len;
for(hash = i = 0; i < len; ++i)
for(hash = i = 0; i <'\0' ; ++i)
{
hash += target[i];
hash += (hash << 10);