Displaying 1 result from an estimated 1 matches for "get_current_data_attribut".
Did you mean:
get_current_data_attribute
2005 Oct 04
0
variable writability
...== HU_WALKMODE_INIT)
1.1.1.1.8.1 (aquette 04-May-05): {
1.1.1.1.8.1 (aquette 04-May-05): dstate_setflags(item->info_type, item->info_flags);
1.1.1.1.8.6.2.5 (aquette 10-Aug-05): /* Verify variable setability/RW */
1.1.1.1.8.6.2.5 (aquette 10-Aug-05): if (get_current_data_attribute() != ATTR_DATA_CST)
1.1.1.1.8.6.2.5 (aquette 10-Aug-05): dstate_setflags(item->info_type, ST_FLAG_RW);
1.1.1.1.8.1 (aquette 04-May-05): }
I think that these three lines are a bug, because they cause the
ST_FLAG_RW flag to be set on all variables, whether or not they are...