mirror of https://github.com/BOINC/boinc.git
API: fix compiler warning.
svn path=/trunk/boinc/; revision=14589
This commit is contained in:
parent
1e5b72068e
commit
34082218bf
|
@ -469,7 +469,7 @@ void txfGetStringMetrics(
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
tgvi = getTCVI(txf, string[i]);
|
tgvi = getTCVI(txf, string[i]);
|
||||||
w += tgvi->advance;
|
w += (int)tgvi->advance;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*width = w;
|
*width = w;
|
||||||
|
|
Loading…
Reference in New Issue