mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
fix for awtk-web
This commit is contained in:
parent
37f40f384e
commit
525e8bb8be
@ -356,7 +356,7 @@ ret_t text_selector_set_options(widget_t* widget, const char* options) {
|
||||
if (f != NULL) {
|
||||
int p = f - format;
|
||||
step = tk_atoi(f + 1);
|
||||
memset(f, 0x0, sizeof(format) - p);
|
||||
memset((void*)f, 0x0, sizeof(format) - p);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user