mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
surpress sprintf() warning when compiling with newer gcc
and -Werror=format-overflow
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
char destname[512];
|
||||
char destname[448];
|
||||
char cmd[512];
|
||||
char *p;
|
||||
char *fname;
|
||||
|
Reference in New Issue
Block a user