Skip to content

Commit

Permalink
Mouse DPI greater than 9999 can't be saved #451
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Laurendeau committed Apr 10, 2017
1 parent ab983a3 commit da86066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/configeditor/src/XmlWritter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ void XmlWritter::CreateControllerNodes(xmlNodePtr parent_node)
{
xmlNodePtr node;
char id[2];
char dpi[5];
char dpi[16];
int i;

for(i=0; i<MAX_CONTROLLERS; ++i)
Expand Down

0 comments on commit da86066

Please sign in to comment.