Super miniscule optimization.
This commit is contained in:
parent
e8ce4dbb8f
commit
610e80e052
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ static gpointer setup_go_func(ObParseInst *i, xmlDocPtr doc,
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
o->type = ABSOLUTE;
|
o->type = ABSOLUTE;
|
||||||
o->abs.desktop = parse_int(doc, n) - 1;
|
o->abs.desktop = atoi(s) - 1;
|
||||||
}
|
}
|
||||||
g_free(s);
|
g_free(s);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue