libcdio.git - libcdio

index : libcdio.git
libcdio
summary refs log tree commit diff
path: root/src/cdda-player.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cdda-player.c')
-rw-r--r--src/cdda-player.c 3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cdda-player.c b/src/cdda-player.c
index 1479501b..6136a941 100644
--- a/src/cdda-player.c
+++ b/src/cdda-player.c
@@ -269,7 +269,6 @@ select_wait(int sec)
fd_set se;
FD_ZERO(&se);
- FD_SET(0,&se);
tv.tv_sec = sec;
tv.tv_usec = 0;
return select(1,&se,NULL,NULL,&tv);
@@ -288,7 +287,7 @@ action(const char *psz_action)
}
if (!psz_action)
- psz_action = psz_action_line;
+ ;
else if (psz_action && strlen(psz_action))
snprintf(psz_action_line, sizeof(psz_action_line), "action : %s",
psz_action);
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月26日 08:24:35 +0000

AltStyle によって変換されたページ (->オリジナル) /