removed a leftover comment
This commit is contained in:
parent
6c7f521298
commit
a7af06ce86
1 changed files with 0 additions and 2 deletions
|
@ -154,8 +154,6 @@ int rpmvercmp(const char *a, const char *b)
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ORE
|
|
||||||
* the memory allocated here is never freed... */
|
|
||||||
strncpy(str1, a, 64);
|
strncpy(str1, a, 64);
|
||||||
str1[63] = 0;
|
str1[63] = 0;
|
||||||
strncpy(str2, b, 64);
|
strncpy(str2, b, 64);
|
||||||
|
|
Loading…
Add table
Reference in a new issue