Hello,

I just wanted to mention that I noticed a warning when compiling the latest
liemikuutio-1.10 patch with an unused variable.

Best Regards.
--- vdr-1.4.2/recording.c.orig	2006-08-27 20:46:51.000000000 -0700
+++ vdr-1.4.2/recording.c	2006-08-27 20:47:40.000000000 -0700
@@ -736,7 +736,7 @@
         char RecLength[5], RecDate[9], RecTime[6], RecDelimiter[2];
         snprintf(RecLength, sizeof(RecLength), "---");
         if (Setup.ShowRecLength && FileName()) {
-           struct stat buf;
+//           struct stat buf;
            char *filename = NULL;
            asprintf(&filename, "%s%s", FileName(), INDEXFILESUFFIX);
            if (filename) {
_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to