projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix documentation of select command.
[paraslash.git]
/
playlist.c
diff --git
a/playlist.c
b/playlist.c
index
826280b
..
5dcac73
100644
(file)
--- a/
playlist.c
+++ b/
playlist.c
@@
-1,5
+1,5
@@
/*
/*
- * Copyright (C) 2007 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2007
-2008
Andre Noll <maan@systemlinux.org>
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
*
* Licensed under the GPL v2. For licencing details see COPYING.
*/
@@
-41,12
+41,12
@@
static int add_playlist_entry(char *path, void *data)
int ret = aft_get_row_of_path(path, &aft_row);
if (ret < 0) {
int ret = aft_get_row_of_path(path, &aft_row);
if (ret < 0) {
- PARA_NOTICE_LOG("%s: %s\n", path,
PARA_STRERROR
(-ret));
+ PARA_NOTICE_LOG("%s: %s\n", path,
para_strerror
(-ret));
return 1;
}
ret = score_add(aft_row, -playlist->length);
if (ret < 0) {
return 1;
}
ret = score_add(aft_row, -playlist->length);
if (ret < 0) {
- PARA_ERROR_LOG("failed to add %s: %s\n", path,
PARA_STRERROR
(-ret));
+ PARA_ERROR_LOG("failed to add %s: %s\n", path,
para_strerror
(-ret));
return ret;
}
playlist->length++;
return ret;
}
playlist->length++;
@@
-80,7
+80,7
@@
static int load_playlist(struct osl_row *row, void *data)
err:
if (ret != -E_DUMMY_ROW)
PARA_NOTICE_LOG("unable to load playlist (%s)\n",
err:
if (ret != -E_DUMMY_ROW)
PARA_NOTICE_LOG("unable to load playlist (%s)\n",
-
PARA_STRERROR
(-ret));
+
para_strerror
(-ret));
return 1;
}
return 1;
}
@@
-91,7
+91,7
@@
static int check_playlist_path(char *path, void *data)
int ret = aft_get_row_of_path(path, &aft_row);
if (ret < 0)
int ret = aft_get_row_of_path(path, &aft_row);
if (ret < 0)
- para_printf(pb, "%s: %s\n", path,
PARA_STRERROR
(-ret));
+ para_printf(pb, "%s: %s\n", path,
para_strerror
(-ret));
return 1;
}
return 1;
}
@@
-104,7
+104,7
@@
static int check_playlist(struct osl_row *row, void *data)
if (ret < 0) {
para_printf(pb, "failed to get playlist data: %s\n",
if (ret < 0) {
para_printf(pb, "failed to get playlist data: %s\n",
-
PARA_STRERROR
(-ret));
+
para_strerror
(-ret));
return 1;
}
if (*playlist_name) { /* skip dummy row */
return 1;
}
if (*playlist_name) { /* skip dummy row */