summaryrefslogtreecommitdiffstats
path: root/apps/cuesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cuesheet.c')
-rw-r--r--apps/cuesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c
index 0d96eafe0c..970959b5d2 100644
--- a/apps/cuesheet.c
+++ b/apps/cuesheet.c
@@ -312,7 +312,7 @@ static void browse_cuesheet(struct cuesheet *cue)
bool display_cuesheet_content(char* filename)
{
- unsigned int bufsize = 0;
+ size_t bufsize = 0;
struct cuesheet *cue = (struct cuesheet *)plugin_get_buffer(&bufsize);
if (!cue || bufsize < sizeof(struct cuesheet))
return false;