advance while parsing a hex input in obxprop
This commit is contained in:
parent
6e799ad40d
commit
013df404a8
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ gint parse_hex(gchar *s) {
|
||||||
|
|
||||||
result *= 16;
|
result *= 16;
|
||||||
result += add;
|
result += add;
|
||||||
|
++s;
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue