diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-05-03 19:57:20 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2009-05-03 19:57:20 +0200 |
commit | 3edbc412342070bbfd1b9fe3899213912e93411b (patch) | |
tree | 9e3aa29f881bfa7281c82fe51012d778b024fcf2 /src/ui.c | |
parent | 096975db943e4422a9a0afd57d785d4f3ade97f0 (diff) | |
download | pianobar-3edbc412342070bbfd1b9fe3899213912e93411b.tar.gz pianobar-3edbc412342070bbfd1b9fe3899213912e93411b.tar.bz2 pianobar-3edbc412342070bbfd1b9fe3899213912e93411b.zip |
Switch to libwaitress
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -241,7 +241,7 @@ PianoArtist_t *BarUiSelectArtist (PianoArtist_t *startArtist, FILE *curFd) { * @param piano handle * @return musicId or NULL on abort/error */ -char *BarUiSelectMusicId (const PianoHandle_t *ph, FILE *curFd) { +char *BarUiSelectMusicId (PianoHandle_t *ph, FILE *curFd) { char *musicId = NULL; char lineBuf[100], selectBuf[2]; PianoSearchResult_t searchResult; |