diff --git a/win32/Icecast2winDlg.cpp b/win32/Icecast2winDlg.cpp index 8b66c969..50b55a80 100644 --- a/win32/Icecast2winDlg.cpp +++ b/win32/Icecast2winDlg.cpp @@ -484,25 +484,35 @@ void CollectStats(stats_event_t *event) strcpy(tempSource, event->source); } + if (strlen(tempSource) == 0) { + strcpy(tempSource, "Global Stat"); + } int foundit = 0; for (int i=0;i