Aktualizovat du6/a_station.c

This commit is contained in:
Tomáš Vlček 2026-04-23 22:29:39 +00:00
parent 11f81e7a80
commit 33e73030da

View File

@ -36,7 +36,7 @@ int select_track(struct station* station, const char* target)
{
if (station == NULL)
{
station = (struct station*)calloc(1, sizeof(station));
return 0;
}
// vyuzitie 'djb2' hashovacieho algorithmu..