chiark
/
gitweb
/
~mdw
/
dvdrip
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c1d37fc
)
dvd-cache-keys.c: Pass index and titleness as unsigned.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Mar 2022 00:59:52 +0000
(
00:59
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 6 Mar 2022 00:59:52 +0000
(
00:59
+0000)
dvd-cache-keys.c
patch
|
blob
|
blame
|
history
diff --git
a/dvd-cache-keys.c
b/dvd-cache-keys.c
index 6a4a7a0b7cf150d9c445707a90fbaeb2f1be292a..2b8828a22751ce8b3d8eda97b8d9773dfb3f65ca 100644
(file)
--- a/
dvd-cache-keys.c
+++ b/
dvd-cache-keys.c
@@
-4,7
+4,7
@@
static void usage(FILE *fp) { fprintf(fp, "usage: %s DEVICE\n", prog); }
static dvd_reader_t *dvd;
-static void kick_vob(
int index, int
titlep)
+static void kick_vob(
unsigned index, unsigned
titlep)
{
dvd_file_t *vob;