We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61b31a commit 0691112Copy full SHA for 0691112
src/modules/host.c
@@ -109,8 +109,8 @@ void ffPrintHost(FFinstance* instance)
109
110
#ifdef __ANDROID__
111
#define FF_HOST_DATA(name)
112
- FFstrbuf product_name; \
113
- ffStrbufInitA(&product_name, 0);
+ FFstrbuf name; \
+ ffStrbufInitA(&name, 0);
114
#else
115
#define FF_HOST_DATA(name) \
116
FFstrbuf name; \
0 commit comments