mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-12 05:45:54 +00:00
Merge pull request #431 from openshwprojects/alpha
merge IR changes by btsimon
This commit is contained in:
@ -123,7 +123,7 @@ int HTTP_RegisterCallback(const char* url, int method, http_callback_fn callback
|
||||
return 0;
|
||||
}
|
||||
|
||||
int my_strnicmp(char* a, char* b, int len) {
|
||||
int my_strnicmp(const char* a, const char* b, int len) {
|
||||
int i;
|
||||
for (i = 0; i < len; i++) {
|
||||
char x = *a;
|
||||
|
||||
Reference in New Issue
Block a user