remove conflict
This commit is contained in:
parent
3ed6be55e8
commit
bc0aa22a24
@ -76,19 +76,10 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
free(namelist);
|
free(namelist);
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
if(s = send(sdconnection, names_files, 512, 0) == 512){
|
if(s = send(sdconnection, names_files, 512, 0) == 512){
|
||||||
printf("eejo\n");
|
printf("Done Sending\n");
|
||||||
goto start;
|
goto start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
=======
|
|
||||||
send(sdconnection, names_files, 512, 0);
|
|
||||||
printf("Done Sending");
|
|
||||||
goto start;
|
|
||||||
>>>>>>> d2be62bb14d7513dfd23f9559a93e3de040781a0
|
|
||||||
}
|
}
|
||||||
else if (strncmp("SEND", buff, 4) == 0)
|
else if (strncmp("SEND", buff, 4) == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user