Typo, srlen aint right.

svn path=/trunk/; revision=13789
This commit is contained in:
Michael Zucci
2001-10-19 07:03:50 +00:00
parent 15ce527659
commit 082e4d3c8c

View File

@ -1311,7 +1311,7 @@ folder_changed_change(CamelSession *session, CamelSessionThreadMsg *msg)
g_hash_table_insert(matches_hash, matches->pdata[i], matches->pdata[i]);
for (i=0;i<changes->uid_changed->len;i++) {
uid = changes->uid_changed->pdata[i];
if (stlren(uid)+9 > vuidlen) {
if (strlen(uid)+9 > vuidlen) {
vuidlen = strlen(uid)+64;
vuid = g_realloc(vuid, vuidlen);
}