The patch number 1354 was added via Manu Abraham <[email protected]>
to http://linuxtv.org/hg/dvb-apps master development tree.
If anyone has any objections, please let us know by sending a message to:
Linux Media Mailing List <[email protected]>
------
From: Manu Abraham <[email protected]>
femon: gotox: Cleanup warnings with gcc 4.4.1
---
util/femon/femon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -r 460f51c6ebab -r db62c6f578b3 util/femon/femon.c
--- a/util/femon/femon.c Sat Feb 13 22:36:37 2010 +0400
+++ b/util/femon/femon.c Sat Feb 13 22:39:12 2010 +0400
@@ -56,7 +56,7 @@
static void usage(void)
{
- fprintf(stderr, usage_str);
+ fprintf(stderr, "%s", usage_str);
exit(1);
}
---
Patch is available at:
http://linuxtv.org/hg/dvb-apps/rev/db62c6f578b3a32dd9354bf119ca0e22f397a4fb
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits