changeset 2042:1e65d53ec22b

Use gint.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Oct 2007 22:46:14 +0300
parents ac3207cb728a
children 624effc5a687
files src/cdaudio-ng/cdaudio-ng.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cdaudio-ng/cdaudio-ng.c	Sat Oct 13 22:41:42 2007 +0300
+++ b/src/cdaudio-ng/cdaudio-ng.c	Sat Oct 13 22:46:14 2007 +0300
@@ -380,7 +380,7 @@
 			cdio_get_track_msf(pcdio, CDIO_CDROM_LEADOUT_TRACK, &endmsf);
 			cddb_disc_set_length(pcddb_disc, cdio_audio_get_msf_seconds(&endmsf) - cdio_audio_get_msf_seconds(&startmsf));
 
-			int matches;
+			gint matches;
 			if ((matches = cddb_query(pcddb_conn, pcddb_disc)) == -1) {
 				cdaudio_error("Failed to query the CDDB server: %s\n", cddb_error_str(cddb_errno(pcddb_conn)));
 				cddb_disc_destroy(pcddb_disc);