From bf167c9451c4021df96f7c2d607b597dd19593c9 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 7 Sep 2007 12:39:33 +0000 Subject: [PATCH] Reacted on changed media profile of stdio-drives --- libburn/trunk/test/telltoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libburn/trunk/test/telltoc.c b/libburn/trunk/test/telltoc.c index 1fc22f1f..23cef0df 100644 --- a/libburn/trunk/test/telltoc.c +++ b/libburn/trunk/test/telltoc.c @@ -255,7 +255,7 @@ int telltoc_media(struct burn_drive *drive) printf("Media current: "); ret = burn_disc_get_profile(drive, &profile_no, profile_name); - if (profile_no >= 0 && ret >0) { + if (profile_no > 0 && ret > 0) { if (profile_name[0]) printf("%s\n", profile_name); else