summaryrefslogtreecommitdiffstats
path: root/soundserver/artsshell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'soundserver/artsshell.cc')
-rw-r--r--soundserver/artsshell.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/soundserver/artsshell.cc b/soundserver/artsshell.cc
index ebda656..59390c8 100644
--- a/soundserver/artsshell.cc
+++ b/soundserver/artsshell.cc
@@ -254,7 +254,7 @@ int suspend(Arts::SoundServer server)
// Display server status information
void status(Arts::SoundServerV2 server)
{
- Arts::RealtimetqStatus rttqStatus = server.realtimetqStatus();
+ Arts::RealtimeStatus rtStatus = server.realtimeStatus();
long seconds = server.secondsUntilSuspend();
cout << "server status: ";
@@ -274,7 +274,7 @@ void status(Arts::SoundServerV2 server)
}
cout << "real-time status: ";
- switch (rttqStatus)
+ switch (rtStatus)
{
case Arts::rtRealtime:
cout << "real-time" << endl;