Skip to content

Commit

Permalink
Whoops... linux only for now ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
OK9UWU committed Sep 11, 2024
1 parent ecc56d5 commit 4a03549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-interface/recorder/recorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ namespace satdump
int ret = statvfs("/", &buffer);
available = (double)(buffer.f_bfree * buffer.f_frsize);
ImGui::Text("Free Space: %.2f GB", available / pow(1024,3));
#endif

switch(baseband_format)
{
case dsp::CF_32:
Expand Down Expand Up @@ -580,7 +580,7 @@ namespace satdump
timeleft %= 60;
seconds = timeleft;
ImGui::Text("Time left: %02d:%02d:%02d:%02d", day, hour, minutes, seconds);

#endif

#ifdef BUILD_ZIQ
if (baseband_format == dsp::ZIQ)
Expand Down

0 comments on commit 4a03549

Please sign in to comment.