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