Skip to content

Commit

Permalink
Bugfix of improper dstate_addinfo call
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaclav Krpec authored and Vaclav Krpec committed Jun 13, 2013
1 parent 23df5e8 commit 1695533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mge-xml.c
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ void vname_register_rw(void) {
xml_info_t *info = mge_xml2nut + i;

if (NULL != info->nutname && info->nutflags & ST_FLAG_RW) {
dstate_setinfo(info->nutname, NULL);
dstate_setinfo(info->nutname, "");
dstate_setflags(info->nutname, ST_FLAG_RW);
}
}
Expand Down

0 comments on commit 1695533

Please sign in to comment.