gc a duplicate initialization

parent 449710e1
...@@ -561,7 +561,6 @@ VRT_UpperLowerStrands(VRT_CTX, VCL_STRANDS s, int up) ...@@ -561,7 +561,6 @@ VRT_UpperLowerStrands(VRT_CTX, VCL_STRANDS s, int up)
continue; continue;
if (q != NULL) if (q != NULL)
copy = 1; copy = 1;
p = q = s->p[i];
for(p = q = s->p[i]; *p != '\0'; p++) { for(p = q = s->p[i]; *p != '\0'; p++) {
if ((up && vct_islower(*p)) || if ((up && vct_islower(*p)) ||
(!up && vct_isupper(*p))) { (!up && vct_isupper(*p))) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment