Auto commit
This commit is contained in:
parent
b5cc50f90d
commit
dc8392a55c
@ -851,8 +851,8 @@ int main(){
|
|||||||
*(q-strlen(str2))='\0';
|
*(q-strlen(str2))='\0';
|
||||||
p-=strlen(str2);
|
p-=strlen(str2);
|
||||||
}
|
}
|
||||||
if(*p == *str2){
|
if(*q != str2){
|
||||||
p--;
|
p-= q-str2;
|
||||||
}
|
}
|
||||||
p++;
|
p++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user