mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[editbox] Allow for password widgets that do not display their contents
This commit is contained in:
@@ -123,7 +123,7 @@ static void load_setting ( struct setting_widget *widget ) {
|
||||
init_editbox ( &widget->editbox, widget->value,
|
||||
sizeof ( widget->value ), NULL, widget->row,
|
||||
( widget->col + offsetof ( struct setting_row, value )),
|
||||
sizeof ( ( ( struct setting_row * ) NULL )->value ) );
|
||||
sizeof ( ( ( struct setting_row * ) NULL )->value ), 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user